Html Css Color HEX #F22111 Scarlet

📋 copy color: '#F22111'

red 242 ◦ green 33 ◦ blue 17

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

Shades of Scarlet #F22111

Tints of Scarlet #F22111

RGB

 RED value IS 242 (94.92% from 255) = 82.88%

 GREEN value IS 33 (13.28% from 255) = 11.3%

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

R = 82.88%
G = 11.3%
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

#F22111 (or 0xF22111) is known color: Scarlet. HEX triplet: F2, 21 and 11. RGB value is (242,33,17). Sum of RGB (Red+Green+Blue) = 242+33+17=292 (38% of max value = 765). Red value is 242 (94.92% from 255 or 82.88% from 292); Green value is 33 (13.28% from 255 or 11.30% from 292); Blue value is 17 (7.03% from 255 or 5.82% from 292); Max value from RGB is 242 - color contains mainly: red. Hex color #F22111 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F22111 is #0DDEEE. Grayscale: #5D5D5D. Windows color (decimal): -909039 or 1122802. OLE color: 1122802.

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

Color convert

RGB 242 33 17 -
CMYK 0 0.86 0.93 0.05
HSL 4.27º 0.9% 0.51% -
HSV(B) 4.27º 0.93% 0.95% -
XYZ 37.26 20.01 2.43 -
YUV 93.67 84.74 233.8 -
System Red Green Blue C M Y K H S L
Decimal 242 33 17 0 0.86 0.93 0.05 4.27 0.9 0.51
Hex F2 21 11 0 56 5D 5 4 5A 33
Octal 362 41 21 0 126 135 5 4 132 63
Binary 11110010 100001 10001 0 1010110 1011101 101 100 1011010 110011

Color Harmonies of #F22111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22111

Black with #F22111

Text Example


Text Example

White with #F22111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22111; }

 p { color: rgb(242,33,17); }

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

background-color css

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

 a { background-color: rgb(242,33,17); }

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

border-color css

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

 span { border-color: rgb(242,33,17); }

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