Html Css Color HEX #F12211 Scarlet

📋 copy color: '#F12211'

red 241 ◦ green 34 ◦ blue 17

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

Shades of Scarlet #F12211

Tints of Scarlet #F12211

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.64%

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

R = 82.53%
G = 11.64%
B = 5.82%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F12211 (or 0xF12211) is known color: Scarlet. HEX triplet: F1, 22 and 11. RGB value is (241,34,17). Sum of RGB (Red+Green+Blue) = 241+34+17=292 (38% of max value = 765). Red value is 241 (94.53% from 255 or 82.53% from 292); Green value is 34 (13.67% from 255 or 11.64% from 292); Blue value is 17 (7.03% from 255 or 5.82% from 292); Max value from RGB is 241 - color contains mainly: red. Hex color #F12211 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F12211 is #0EDDEE. Grayscale: #5E5E5E. Windows color (decimal): -974319 or 1123057. OLE color: 1123057.

HSL color Cylindrical-coordinate representation of color #F12211: hue angle of 4.55º 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 #F12211 is Cyan = 0, Magento = 0.86, Yellow = 0.93 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 34 17 -
CMYK 0 0.86 0.93 0.05
HSL 4.55º 0.89% 0.51% -
HSV(B) 4.55º 0.93% 0.95% -
XYZ 36.95 19.89 2.42 -
YUV 93.96 84.58 232.88 -
System Red Green Blue C M Y K H S L
Decimal 241 34 17 0 0.86 0.93 0.05 4.55 0.89 0.51
Hex F1 22 11 0 56 5D 5 5 59 33
Octal 361 42 21 0 126 135 5 5 131 63
Binary 11110001 100010 10001 0 1010110 1011101 101 101 1011001 110011

Color Harmonies of #F12211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12211

Black with #F12211

Text Example


Text Example

White with #F12211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12211; }

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

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

background-color css

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

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

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

border-color css

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

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

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