Html Css Color HEX #F01713 Scarlet

📋 copy color: '#F01713'

red 240 ◦ green 23 ◦ blue 19

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

Shades of Scarlet #F01713

Tints of Scarlet #F01713

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.16%

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

R = 85.11%
G = 8.16%
B = 6.74%

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

#F01713 (or 0xF01713) is known color: Scarlet. HEX triplet: F0, 17 and 13. RGB value is (240,23,19). Sum of RGB (Red+Green+Blue) = 240+23+19=282 (37% of max value = 765). Red value is 240 (94.14% from 255 or 85.11% from 282); Green value is 23 (9.38% from 255 or 8.16% from 282); Blue value is 19 (7.81% from 255 or 6.74% from 282); Max value from RGB is 240 - color contains mainly: red. Hex color #F01713 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F01713 is #0FE8EC. Grayscale: #575757. Windows color (decimal): -1042669 or 1251312. OLE color: 1251312.

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

Color convert

RGB 240 23 19 -
CMYK 0 0.90 0.92 0.06
HSL 1.09º 0.88% 0.51% -
HSV(B) 1.09º 0.92% 0.94% -
XYZ 36.36 19.19 2.4 -
YUV 87.43 89.39 236.83 -
System Red Green Blue C M Y K H S L
Decimal 240 23 19 0 0.90 0.92 0.06 1.09 0.88 0.51
Hex F0 17 13 0 5A 5C 6 1 58 33
Octal 360 27 23 0 132 134 6 1 130 63
Binary 11110000 10111 10011 0 1011010 1011100 110 1 1011000 110011

Color Harmonies of #F01713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01713

Black with #F01713

Text Example


Text Example

White with #F01713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01713; }

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

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

background-color css

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

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

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

border-color css

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

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

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