Html Css Color HEX #F22811 Scarlet

📋 copy color: '#F22811'

red 242 ◦ green 40 ◦ blue 17

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

Shades of Scarlet #F22811

Tints of Scarlet #F22811

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.38%

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

R = 80.94%
G = 13.38%
B = 5.69%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F22811 (or 0xF22811) is known color: Scarlet. HEX triplet: F2, 28 and 11. RGB value is (242,40,17). Sum of RGB (Red+Green+Blue) = 242+40+17=299 (39% of max value = 765). Red value is 242 (94.92% from 255 or 80.94% from 299); Green value is 40 (16.02% from 255 or 13.38% from 299); Blue value is 17 (7.03% from 255 or 5.69% from 299); Max value from RGB is 242 - color contains mainly: red. Hex color #F22811 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F22811 is #0DD7EE. Grayscale: #626262. Windows color (decimal): -907247 or 1124594. OLE color: 1124594.

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

Color convert

RGB 242 40 17 -
CMYK 0 0.83 0.93 0.05
HSL 6.13º 0.9% 0.51% -
HSV(B) 6.13º 0.93% 0.95% -
XYZ 37.48 20.44 2.5 -
YUV 97.78 82.42 230.87 -
System Red Green Blue C M Y K H S L
Decimal 242 40 17 0 0.83 0.93 0.05 6.13 0.9 0.51
Hex F2 28 11 0 53 5D 5 6 5A 33
Octal 362 50 21 0 123 135 5 6 132 63
Binary 11110010 101000 10001 0 1010011 1011101 101 110 1011010 110011

Color Harmonies of #F22811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22811

Black with #F22811

Text Example


Text Example

White with #F22811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22811; }

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

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

background-color css

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

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

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

border-color css

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

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

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