Html Css Color HEX #F01913 Scarlet

📋 copy color: '#F01913'

red 240 ◦ green 25 ◦ blue 19

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

Shades of Scarlet #F01913

Tints of Scarlet #F01913

RGB

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

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

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

R = 84.51%
G = 8.8%
B = 6.69%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#F01913 (or 0xF01913) is known color: Scarlet. HEX triplet: F0, 19 and 13. RGB value is (240,25,19). Sum of RGB (Red+Green+Blue) = 240+25+19=284 (37% of max value = 765). Red value is 240 (94.14% from 255 or 84.51% from 284); Green value is 25 (10.16% from 255 or 8.80% from 284); Blue value is 19 (7.81% from 255 or 6.69% from 284); Max value from RGB is 240 - color contains mainly: red. Hex color #F01913 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F01913 is #0FE6EC. Grayscale: #585858. Windows color (decimal): -1042157 or 1251824. OLE color: 1251824.

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

Color convert

RGB 240 25 19 -
CMYK 0 0.90 0.92 0.06
HSL 1.63º 0.88% 0.51% -
HSV(B) 1.63º 0.92% 0.94% -
XYZ 36.4 19.27 2.42 -
YUV 88.6 88.73 235.99 -
System Red Green Blue C M Y K H S L
Decimal 240 25 19 0 0.90 0.92 0.06 1.63 0.88 0.51
Hex F0 19 13 0 5A 5C 6 2 58 33
Octal 360 31 23 0 132 134 6 2 130 63
Binary 11110000 11001 10011 0 1011010 1011100 110 10 1011000 110011

Color Harmonies of #F01913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01913

Black with #F01913

Text Example


Text Example

White with #F01913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01913; }

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

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

background-color css

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

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

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

border-color css

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

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

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