Html Css Color HEX #F14919 Orange Red

📋 copy color: '#F14919'

red 241 ◦ green 73 ◦ blue 25

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

Shades of Orange Red #F14919

Tints of Orange Red #F14919

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.53%

 BLUE value IS 25 (10.16% from 255) = 7.37%

R = 71.09%
G = 21.53%
B = 7.37%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#F14919 (or 0xF14919) is known color: Orange Red. HEX triplet: F1, 49 and 19. RGB value is (241,73,25). Sum of RGB (Red+Green+Blue) = 241+73+25=339 (44% of max value = 765). Red value is 241 (94.53% from 255 or 71.09% from 339); Green value is 73 (28.91% from 255 or 21.53% from 339); Blue value is 25 (10.16% from 255 or 7.37% from 339); Max value from RGB is 241 - color contains mainly: red. Hex color #F14919 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F14919 is #0EB6E6. Grayscale: #767676. Windows color (decimal): -964327 or 1657329. OLE color: 1657329.

HSL color Cylindrical-coordinate representation of color #F14919: hue angle of 13.33º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F14919 is Cyan = 0, Magento = 0.70, Yellow = 0.90 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 73 25 -
CMYK 0 0.70 0.90 0.05
HSL 13.33º 0.89% 0.52% -
HSV(B) 13.33º 0.9% 0.95% -
XYZ 38.83 23.54 3.42 -
YUV 117.76 75.66 215.9 -
System Red Green Blue C M Y K H S L
Decimal 241 73 25 0 0.70 0.90 0.05 13.33 0.89 0.52
Hex F1 49 19 0 46 5A 5 D 59 34
Octal 361 111 31 0 106 132 5 15 131 64
Binary 11110001 1001001 11001 0 1000110 1011010 101 1101 1011001 110100

Color Harmonies of #F14919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14919

Black with #F14919

Text Example


Text Example

White with #F14919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14919; }

 p { color: rgb(241,73,25); }

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

background-color css

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

 a { background-color: rgb(241,73,25); }

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

border-color css

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

 span { border-color: rgb(241,73,25); }

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