Html Css Color HEX #F01802 Scarlet

📋 copy color: '#F01802'

red 240 ◦ green 24 ◦ blue 2

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

Shades of Scarlet #F01802

Tints of Scarlet #F01802

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.02%

 BLUE value IS 2 (1.17% from 255) = 0.75%

R = 90.23%
G = 9.02%
B = 0.75%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.99

 K value IS 0.06

RGB Variations

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

Color information

#F01802 (or 0xF01802) is known color: Scarlet. HEX triplet: F0, 18 and 02. RGB value is (240,24,2). Sum of RGB (Red+Green+Blue) = 240+24+2=266 (35% of max value = 765). Red value is 240 (94.14% from 255 or 90.23% from 266); Green value is 24 (9.77% from 255 or 9.02% from 266); Blue value is 2 (1.17% from 255 or 0.75% from 266); Max value from RGB is 240 - color contains mainly: red. Hex color #F01802 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F01802 is #0FE7FD. Grayscale: #565656. Windows color (decimal): -1042430 or 137456. OLE color: 137456.

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

Color convert

RGB 240 24 2 -
CMYK 0 0.9 0.99 0.06
HSL 5.55º 0.98% 0.47% -
HSV(B) 5.55º 0.99% 0.94% -
XYZ 36.27 19.18 1.85 -
YUV 86.08 80.56 237.79 -
System Red Green Blue C M Y K H S L
Decimal 240 24 2 0 0.9 0.99 0.06 5.55 0.98 0.47
Hex F0 18 2 0 5A 63 6 6 62 2F
Octal 360 30 2 0 132 143 6 6 142 57
Binary 11110000 11000 10 0 1011010 1100011 110 110 1100010 101111

Color Harmonies of #F01802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01802

Black with #F01802

Text Example


Text Example

White with #F01802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01802; }

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

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

background-color css

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

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

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

border-color css

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

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

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