Html Css Color HEX #F13428 Red Orange

📋 copy color: '#F13428'

red 241 ◦ green 52 ◦ blue 40

#F13428
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Red Orange #F13428

Tints of Red Orange #F13428

RGB

 RED value IS 241 (94.53% from 255) = 72.37%

 GREEN value IS 52 (20.7% from 255) = 15.62%

 BLUE value IS 40 (16.02% from 255) = 12.01%

R = 72.37%
G = 15.62%
B = 12.01%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.83

 K value IS 0.05

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F13428 (or 0xF13428) is known color: Red Orange. HEX triplet: F1, 34 and 28. RGB value is (241,52,40). Sum of RGB (Red+Green+Blue) = 241+52+40=333 (44% of max value = 765). Red value is 241 (94.53% from 255 or 72.37% from 333); Green value is 52 (20.70% from 255 or 15.62% from 333); Blue value is 40 (16.02% from 255 or 12.01% from 333); Max value from RGB is 241 - color contains mainly: red. Hex color #F13428 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F13428 is #0ECBD7. Grayscale: #6B6B6B. Windows color (decimal): -969688 or 2634993. OLE color: 2634993.

HSL color Cylindrical-coordinate representation of color #F13428: hue angle of 3.58º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F13428 is Cyan = 0, Magento = 0.78, Yellow = 0.83 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 52 40 -
CMYK 0 0.78 0.83 0.05
HSL 3.58º 0.88% 0.55% -
HSV(B) 3.58º 0.83% 0.95% -
XYZ 37.89 21.31 4.12 -
YUV 107.14 90.12 223.48 -
System Red Green Blue C M Y K H S L
Decimal 241 52 40 0 0.78 0.83 0.05 3.58 0.88 0.55
Hex F1 34 28 0 4E 53 5 4 58 37
Octal 361 64 50 0 116 123 5 4 130 67
Binary 11110001 110100 101000 0 1001110 1010011 101 100 1011000 110111

Color Harmonies of #F13428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13428

Black with #F13428

Text Example


Text Example

White with #F13428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13428; }

 p { color: rgb(241,52,40); }

 H1.HeaderClassName
 {
   color: #F13428;
 }
 .AnyTagClassName
 {
   color: #F13428;
 }
</style>

background-color css

<style>
 a { background-color: #F13428; }

 a { background-color: rgb(241,52,40); }

 div.DivClassName
 {
   background-color: #F13428;
 }
 .BgClassName
 {
   background-color: #F13428;
 }
</style>

border-color css

<style>
 span { border-color: #F13428; }

 span { border-color: rgb(241,52,40); }

 td.TdClassName
 {
   border-color: #F13428;
 }
 .TagClassName
 {
   border-color: #F13428;
 }
</style>