Html Css Color HEX #F22310 Scarlet

📋 copy color: '#F22310'

red 242 ◦ green 35 ◦ blue 16

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

Shades of Scarlet #F22310

Tints of Scarlet #F22310

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.95%

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

R = 82.59%
G = 11.95%
B = 5.46%

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

#F22310 (or 0xF22310) is known color: Scarlet. HEX triplet: F2, 23 and 10. RGB value is (242,35,16). Sum of RGB (Red+Green+Blue) = 242+35+16=293 (38% of max value = 765). Red value is 242 (94.92% from 255 or 82.59% from 293); Green value is 35 (14.06% from 255 or 11.95% from 293); Blue value is 16 (6.64% from 255 or 5.46% from 293); Max value from RGB is 242 - color contains mainly: red. Hex color #F22310 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F22310 is #0DDCEF. Grayscale: #5F5F5F. Windows color (decimal): -908528 or 1057778. OLE color: 1057778.

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

Color convert

RGB 242 35 16 -
CMYK 0 0.86 0.93 0.05
HSL 5.04º 0.9% 0.51% -
HSV(B) 5.04º 0.93% 0.95% -
XYZ 37.31 20.12 2.41 -
YUV 94.73 83.58 233.04 -
System Red Green Blue C M Y K H S L
Decimal 242 35 16 0 0.86 0.93 0.05 5.04 0.9 0.51
Hex F2 23 10 0 56 5D 5 5 5A 33
Octal 362 43 20 0 126 135 5 5 132 63
Binary 11110010 100011 10000 0 1010110 1011101 101 101 1011010 110011

Color Harmonies of #F22310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22310

Black with #F22310

Text Example


Text Example

White with #F22310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22310; }

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

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

background-color css

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

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

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

border-color css

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

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

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