Html Css Color HEX #F01813 Scarlet

📋 copy color: '#F01813'

red 240 ◦ green 24 ◦ blue 19

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

Shades of Scarlet #F01813

Tints of Scarlet #F01813

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.71%

R = 84.81%
G = 8.48%
B = 6.71%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#F01813 (or 0xF01813) is known color: Scarlet. HEX triplet: F0, 18 and 13. RGB value is (240,24,19). Sum of RGB (Red+Green+Blue) = 240+24+19=283 (37% of max value = 765). Red value is 240 (94.14% from 255 or 84.81% from 283); Green value is 24 (9.77% from 255 or 8.48% from 283); Blue value is 19 (7.81% from 255 or 6.71% from 283); Max value from RGB is 240 - color contains mainly: red. Hex color #F01813 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F01813 is #0FE7EC. Grayscale: #585858. Windows color (decimal): -1042413 or 1251568. OLE color: 1251568.

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

Color convert

RGB 240 24 19 -
CMYK 0 0.9 0.92 0.06
HSL 1.36º 0.88% 0.51% -
HSV(B) 1.36º 0.92% 0.94% -
XYZ 36.38 19.23 2.41 -
YUV 88.01 89.06 236.41 -
System Red Green Blue C M Y K H S L
Decimal 240 24 19 0 0.9 0.92 0.06 1.36 0.88 0.51
Hex F0 18 13 0 5A 5C 6 1 58 33
Octal 360 30 23 0 132 134 6 1 130 63
Binary 11110000 11000 10011 0 1011010 1011100 110 1 1011000 110011

Color Harmonies of #F01813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01813

Black with #F01813

Text Example


Text Example

White with #F01813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01813; }

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

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

background-color css

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

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

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

border-color css

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

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

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