Html Css Color HEX #F03408 Scarlet

📋 copy color: '#F03408'

red 240 ◦ green 52 ◦ blue 8

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

Shades of Scarlet #F03408

Tints of Scarlet #F03408

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.67%

R = 80%
G = 17.33%
B = 2.67%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.97

 K value IS 0.06

RGB Variations

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

Color information

#F03408 (or 0xF03408) is known color: Scarlet. HEX triplet: F0, 34 and 08. RGB value is (240,52,8). Sum of RGB (Red+Green+Blue) = 240+52+8=300 (39% of max value = 765). Red value is 240 (94.14% from 255 or 80% from 300); Green value is 52 (20.70% from 255 or 17.33% from 300); Blue value is 8 (3.52% from 255 or 2.67% from 300); Max value from RGB is 240 - color contains mainly: red. Hex color #F03408 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F03408 is #0FCBF7. Grayscale: #676767. Windows color (decimal): -1035256 or 537840. OLE color: 537840.

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

Color convert

RGB 240 52 8 -
CMYK 0 0.78 0.97 0.06
HSL 11.38º 0.94% 0.49% -
HSV(B) 11.38º 0.97% 0.94% -
XYZ 37.21 21 2.32 -
YUV 103.2 74.28 225.58 -
System Red Green Blue C M Y K H S L
Decimal 240 52 8 0 0.78 0.97 0.06 11.38 0.94 0.49
Hex F0 34 8 0 4E 61 6 B 5E 31
Octal 360 64 10 0 116 141 6 13 136 61
Binary 11110000 110100 1000 0 1001110 1100001 110 1011 1011110 110001

Color Harmonies of #F03408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03408

Black with #F03408

Text Example


Text Example

White with #F03408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03408; }

 p { color: rgb(240,52,8); }

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

background-color css

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

 a { background-color: rgb(240,52,8); }

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

border-color css

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

 span { border-color: rgb(240,52,8); }

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