Html Css Color HEX #F22110 Scarlet

📋 copy color: '#F22110'

red 242 ◦ green 33 ◦ blue 16

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

Shades of Scarlet #F22110

Tints of Scarlet #F22110

RGB

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

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

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

R = 83.16%
G = 11.34%
B = 5.5%

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

#F22110 (or 0xF22110) is known color: Scarlet. HEX triplet: F2, 21 and 10. RGB value is (242,33,16). Sum of RGB (Red+Green+Blue) = 242+33+16=291 (38% of max value = 765). Red value is 242 (94.92% from 255 or 83.16% from 291); Green value is 33 (13.28% from 255 or 11.34% from 291); Blue value is 16 (6.64% from 255 or 5.50% from 291); Max value from RGB is 242 - color contains mainly: red. Hex color #F22110 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F22110 is #0DDEEF. Grayscale: #5D5D5D. Windows color (decimal): -909040 or 1057266. OLE color: 1057266.

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

Color convert

RGB 242 33 16 -
CMYK 0 0.86 0.93 0.05
HSL 4.51º 0.9% 0.51% -
HSV(B) 4.51º 0.93% 0.95% -
XYZ 37.26 20 2.39 -
YUV 93.55 84.24 233.88 -
System Red Green Blue C M Y K H S L
Decimal 242 33 16 0 0.86 0.93 0.05 4.51 0.9 0.51
Hex F2 21 10 0 56 5D 5 5 5A 33
Octal 362 41 20 0 126 135 5 5 132 63
Binary 11110010 100001 10000 0 1010110 1011101 101 101 1011010 110011

Color Harmonies of #F22110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22110

Black with #F22110

Text Example


Text Example

White with #F22110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22110; }

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

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

background-color css

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

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

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

border-color css

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

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

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