Html Css Color HEX #F01712 Scarlet

📋 copy color: '#F01712'

red 240 ◦ green 23 ◦ blue 18

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

Shades of Scarlet #F01712

Tints of Scarlet #F01712

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.41%

R = 85.41%
G = 8.19%
B = 6.41%

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

#F01712 (or 0xF01712) is known color: Scarlet. HEX triplet: F0, 17 and 12. RGB value is (240,23,18). Sum of RGB (Red+Green+Blue) = 240+23+18=281 (37% of max value = 765). Red value is 240 (94.14% from 255 or 85.41% from 281); Green value is 23 (9.38% from 255 or 8.19% from 281); Blue value is 18 (7.42% from 255 or 6.41% from 281); Max value from RGB is 240 - color contains mainly: red. Hex color #F01712 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F01712 is #0FE8ED. Grayscale: #575757. Windows color (decimal): -1042670 or 1185776. OLE color: 1185776.

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

Color convert

RGB 240 23 18 -
CMYK 0 0.90 0.92 0.06
HSL 1.35º 0.88% 0.51% -
HSV(B) 1.35º 0.93% 0.94% -
XYZ 36.35 19.18 2.36 -
YUV 87.31 88.89 236.91 -
System Red Green Blue C M Y K H S L
Decimal 240 23 18 0 0.90 0.92 0.06 1.35 0.88 0.51
Hex F0 17 12 0 5A 5C 6 1 58 33
Octal 360 27 22 0 132 134 6 1 130 63
Binary 11110000 10111 10010 0 1011010 1011100 110 1 1011000 110011

Color Harmonies of #F01712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01712

Black with #F01712

Text Example


Text Example

White with #F01712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01712; }

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

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

background-color css

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

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

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

border-color css

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

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

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