Html Css Color HEX #F01614 Scarlet

📋 copy color: '#F01614'

red 240 ◦ green 22 ◦ blue 20

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

Shades of Scarlet #F01614

Tints of Scarlet #F01614

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.8%

 BLUE value IS 20 (8.2% from 255) = 7.09%

R = 85.11%
G = 7.8%
B = 7.09%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#F01614 (or 0xF01614) is known color: Scarlet. HEX triplet: F0, 16 and 14. RGB value is (240,22,20). Sum of RGB (Red+Green+Blue) = 240+22+20=282 (37% of max value = 765). Red value is 240 (94.14% from 255 or 85.11% from 282); Green value is 22 (8.98% from 255 or 7.80% from 282); Blue value is 20 (8.20% from 255 or 7.09% from 282); Max value from RGB is 240 - color contains mainly: red. Hex color #F01614 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F01614 is #0FE9EB. Grayscale: #575757. Windows color (decimal): -1042924 or 1316592. OLE color: 1316592.

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

Color convert

RGB 240 22 20 -
CMYK 0 0.91 0.92 0.06
HSL 0.55º 0.88% 0.51% -
HSV(B) 0.55º 0.92% 0.94% -
XYZ 36.35 19.15 2.44 -
YUV 86.95 90.22 237.16 -
System Red Green Blue C M Y K H S L
Decimal 240 22 20 0 0.91 0.92 0.06 0.55 0.88 0.51
Hex F0 16 14 0 5B 5C 6 1 58 33
Octal 360 26 24 0 133 134 6 1 130 63
Binary 11110000 10110 10100 0 1011011 1011100 110 1 1011000 110011

Color Harmonies of #F01614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01614

Black with #F01614

Text Example


Text Example

White with #F01614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01614; }

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

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

background-color css

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

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

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

border-color css

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

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

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