Html Css Color HEX #F12011 Scarlet

📋 copy color: '#F12011'

red 241 ◦ green 32 ◦ blue 17

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

Shades of Scarlet #F12011

Tints of Scarlet #F12011

RGB

 RED value IS 241 (94.53% from 255) = 83.1%

 GREEN value IS 32 (12.89% from 255) = 11.03%

 BLUE value IS 17 (7.03% from 255) = 5.86%

R = 83.1%
G = 11.03%
B = 5.86%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F12011 (or 0xF12011) is known color: Scarlet. HEX triplet: F1, 20 and 11. RGB value is (241,32,17). Sum of RGB (Red+Green+Blue) = 241+32+17=290 (38% of max value = 765). Red value is 241 (94.53% from 255 or 83.10% from 290); Green value is 32 (12.89% from 255 or 11.03% from 290); Blue value is 17 (7.03% from 255 or 5.86% from 290); Max value from RGB is 241 - color contains mainly: red. Hex color #F12011 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F12011 is #0EDFEE. Grayscale: #5D5D5D. Windows color (decimal): -974831 or 1122545. OLE color: 1122545.

HSL color Cylindrical-coordinate representation of color #F12011: hue angle of 4.02º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F12011 is Cyan = 0, Magento = 0.87, Yellow = 0.93 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 32 17 -
CMYK 0 0.87 0.93 0.05
HSL 4.02º 0.89% 0.51% -
HSV(B) 4.02º 0.93% 0.95% -
XYZ 36.89 19.77 2.4 -
YUV 92.78 85.24 233.72 -
System Red Green Blue C M Y K H S L
Decimal 241 32 17 0 0.87 0.93 0.05 4.02 0.89 0.51
Hex F1 20 11 0 57 5D 5 4 59 33
Octal 361 40 21 0 127 135 5 4 131 63
Binary 11110001 100000 10001 0 1010111 1011101 101 100 1011001 110011

Color Harmonies of #F12011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12011

Black with #F12011

Text Example


Text Example

White with #F12011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12011; }

 p { color: rgb(241,32,17); }

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

background-color css

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

 a { background-color: rgb(241,32,17); }

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

border-color css

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

 span { border-color: rgb(241,32,17); }

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