Html Css Color HEX #F22010 Scarlet

📋 copy color: '#F22010'

red 242 ◦ green 32 ◦ blue 16

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

Shades of Scarlet #F22010

Tints of Scarlet #F22010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.52%

R = 83.45%
G = 11.03%
B = 5.52%

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

#F22010 (or 0xF22010) is known color: Scarlet. HEX triplet: F2, 20 and 10. RGB value is (242,32,16). Sum of RGB (Red+Green+Blue) = 242+32+16=290 (38% of max value = 765). Red value is 242 (94.92% from 255 or 83.45% from 290); Green value is 32 (12.89% from 255 or 11.03% from 290); Blue value is 16 (6.64% from 255 or 5.52% from 290); Max value from RGB is 242 - color contains mainly: red. Hex color #F22010 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F22010 is #0DDFEF. Grayscale: #5D5D5D. Windows color (decimal): -909296 or 1057010. OLE color: 1057010.

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

Color convert

RGB 242 32 16 -
CMYK 0 0.87 0.93 0.05
HSL 4.25º 0.9% 0.51% -
HSV(B) 4.25º 0.93% 0.95% -
XYZ 37.23 19.95 2.38 -
YUV 92.97 84.57 234.3 -
System Red Green Blue C M Y K H S L
Decimal 242 32 16 0 0.87 0.93 0.05 4.25 0.9 0.51
Hex F2 20 10 0 57 5D 5 4 5A 33
Octal 362 40 20 0 127 135 5 4 132 63
Binary 11110010 100000 10000 0 1010111 1011101 101 100 1011010 110011

Color Harmonies of #F22010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22010

Black with #F22010

Text Example


Text Example

White with #F22010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22010; }

 p { color: rgb(242,32,16); }

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

background-color css

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

 a { background-color: rgb(242,32,16); }

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

border-color css

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

 span { border-color: rgb(242,32,16); }

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