Html Css Color HEX #F02418 Scarlet

📋 copy color: '#F02418'

red 240 ◦ green 36 ◦ blue 24

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

Shades of Scarlet #F02418

Tints of Scarlet #F02418

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12%

 BLUE value IS 24 (9.77% from 255) = 8%

R = 80%
G = 12%
B = 8%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.9

 K value IS 0.06

RGB Variations

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

Color information

#F02418 (or 0xF02418) is known color: Scarlet. HEX triplet: F0, 24 and 18. RGB value is (240,36,24). Sum of RGB (Red+Green+Blue) = 240+36+24=300 (39% of max value = 765). Red value is 240 (94.14% from 255 or 80% from 300); Green value is 36 (14.45% from 255 or 12% from 300); Blue value is 24 (9.77% from 255 or 8% from 300); Max value from RGB is 240 - color contains mainly: red. Hex color #F02418 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F02418 is #0FDBE7. Grayscale: #5F5F5F. Windows color (decimal): -1039336 or 1582320. OLE color: 1582320.

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

Color convert

RGB 240 36 24 -
CMYK 0 0.85 0.9 0.06
HSL 3.33º 0.88% 0.52% -
HSV(B) 3.33º 0.9% 0.94% -
XYZ 36.73 19.85 2.76 -
YUV 95.63 87.59 230.98 -
System Red Green Blue C M Y K H S L
Decimal 240 36 24 0 0.85 0.9 0.06 3.33 0.88 0.52
Hex F0 24 18 0 55 5A 6 3 58 34
Octal 360 44 30 0 125 132 6 3 130 64
Binary 11110000 100100 11000 0 1010101 1011010 110 11 1011000 110100

Color Harmonies of #F02418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02418

Black with #F02418

Text Example


Text Example

White with #F02418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02418; }

 p { color: rgb(240,36,24); }

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

background-color css

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

 a { background-color: rgb(240,36,24); }

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

border-color css

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

 span { border-color: rgb(240,36,24); }

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