Html Css Color HEX #F01408 Scarlet

📋 copy color: '#F01408'

red 240 ◦ green 20 ◦ blue 8

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

Shades of Scarlet #F01408

Tints of Scarlet #F01408

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.46%

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

R = 89.55%
G = 7.46%
B = 2.99%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.97

 K value IS 0.06

RGB Variations

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

Color information

#F01408 (or 0xF01408) is known color: Scarlet. HEX triplet: F0, 14 and 08. RGB value is (240,20,8). Sum of RGB (Red+Green+Blue) = 240+20+8=268 (35% of max value = 765). Red value is 240 (94.14% from 255 or 89.55% from 268); Green value is 20 (8.20% from 255 or 7.46% from 268); Blue value is 8 (3.52% from 255 or 2.99% from 268); Max value from RGB is 240 - color contains mainly: red. Hex color #F01408 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F01408 is #0FEBF7. Grayscale: #545454. Windows color (decimal): -1043448 or 529648. OLE color: 529648.

HSL color Cylindrical-coordinate representation of color #F01408: hue angle of 3.1º 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 #F01408 is Cyan = 0, Magento = 0.92, Yellow = 0.97 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 20 8 -
CMYK 0 0.92 0.97 0.06
HSL 3.1º 0.94% 0.49% -
HSV(B) 3.1º 0.97% 0.94% -
XYZ 36.23 19.04 2 -
YUV 84.41 84.89 238.98 -
System Red Green Blue C M Y K H S L
Decimal 240 20 8 0 0.92 0.97 0.06 3.1 0.94 0.49
Hex F0 14 8 0 5C 61 6 3 5E 31
Octal 360 24 10 0 134 141 6 3 136 61
Binary 11110000 10100 1000 0 1011100 1100001 110 11 1011110 110001

Color Harmonies of #F01408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01408

Black with #F01408

Text Example


Text Example

White with #F01408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01408; }

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

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

background-color css

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

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

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

border-color css

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

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

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