Html Css Color HEX #F01916 Scarlet

📋 copy color: '#F01916'

red 240 ◦ green 25 ◦ blue 22

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

Shades of Scarlet #F01916

Tints of Scarlet #F01916

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.71%

 BLUE value IS 22 (8.98% from 255) = 7.67%

R = 83.62%
G = 8.71%
B = 7.67%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#F01916 (or 0xF01916) is known color: Scarlet. HEX triplet: F0, 19 and 16. RGB value is (240,25,22). Sum of RGB (Red+Green+Blue) = 240+25+22=287 (38% of max value = 765). Red value is 240 (94.14% from 255 or 83.62% from 287); Green value is 25 (10.16% from 255 or 8.71% from 287); Blue value is 22 (8.98% from 255 or 7.67% from 287); Max value from RGB is 240 - color contains mainly: red. Hex color #F01916 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F01916 is #0FE6E9. Grayscale: #595959. Windows color (decimal): -1042154 or 1448432. OLE color: 1448432.

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

Color convert

RGB 240 25 22 -
CMYK 0 0.90 0.91 0.06
HSL 0.83º 0.88% 0.51% -
HSV(B) 0.83º 0.91% 0.94% -
XYZ 36.43 19.28 2.56 -
YUV 88.94 90.23 235.74 -
System Red Green Blue C M Y K H S L
Decimal 240 25 22 0 0.90 0.91 0.06 0.83 0.88 0.51
Hex F0 19 16 0 5A 5B 6 1 58 33
Octal 360 31 26 0 132 133 6 1 130 63
Binary 11110000 11001 10110 0 1011010 1011011 110 1 1011000 110011

Color Harmonies of #F01916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01916

Black with #F01916

Text Example


Text Example

White with #F01916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01916; }

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

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

background-color css

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

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

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

border-color css

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

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

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