Html Css Color HEX #F03616 Scarlet

📋 copy color: '#F03616'

red 240 ◦ green 54 ◦ blue 22

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

Shades of Scarlet #F03616

Tints of Scarlet #F03616

RGB

 RED value IS 240 (94.14% from 255) = 75.95%

 GREEN value IS 54 (21.48% from 255) = 17.09%

 BLUE value IS 22 (8.98% from 255) = 6.96%

R = 75.95%
G = 17.09%
B = 6.96%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#F03616 (or 0xF03616) is known color: Scarlet. HEX triplet: F0, 36 and 16. RGB value is (240,54,22). Sum of RGB (Red+Green+Blue) = 240+54+22=316 (41% of max value = 765). Red value is 240 (94.14% from 255 or 75.95% from 316); Green value is 54 (21.48% from 255 or 17.09% from 316); Blue value is 22 (8.98% from 255 or 6.96% from 316); Max value from RGB is 240 - color contains mainly: red. Hex color #F03616 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F03616 is #0FC9E9. Grayscale: #6A6A6A. Windows color (decimal): -1034730 or 1455856. OLE color: 1455856.

HSL color Cylindrical-coordinate representation of color #F03616: hue angle of 8.81º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F03616 is Cyan = 0, Magento = 0.78, Yellow = 0.91 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 54 22 -
CMYK 0 0.78 0.91 0.06
HSL 8.81º 0.88% 0.51% -
HSV(B) 8.81º 0.91% 0.94% -
XYZ 37.4 21.22 2.88 -
YUV 105.97 80.62 223.6 -
System Red Green Blue C M Y K H S L
Decimal 240 54 22 0 0.78 0.91 0.06 8.81 0.88 0.51
Hex F0 36 16 0 4E 5B 6 9 58 33
Octal 360 66 26 0 116 133 6 11 130 63
Binary 11110000 110110 10110 0 1001110 1011011 110 1001 1011000 110011

Color Harmonies of #F03616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03616

Black with #F03616

Text Example


Text Example

White with #F03616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03616; }

 p { color: rgb(240,54,22); }

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

background-color css

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

 a { background-color: rgb(240,54,22); }

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

border-color css

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

 span { border-color: rgb(240,54,22); }

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