Html Css Color HEX #F22B10 Scarlet

📋 copy color: '#F22B10'

red 242 ◦ green 43 ◦ blue 16

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

Shades of Scarlet #F22B10

Tints of Scarlet #F22B10

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.29%

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

R = 80.4%
G = 14.29%
B = 5.32%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F22B10 (or 0xF22B10) is known color: Scarlet. HEX triplet: F2, 2B and 10. RGB value is (242,43,16). Sum of RGB (Red+Green+Blue) = 242+43+16=301 (39% of max value = 765). Red value is 242 (94.92% from 255 or 80.40% from 301); Green value is 43 (17.19% from 255 or 14.29% from 301); Blue value is 16 (6.64% from 255 or 5.32% from 301); Max value from RGB is 242 - color contains mainly: red. Hex color #F22B10 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F22B10 is #0DD4EF. Grayscale: #636363. Windows color (decimal): -906480 or 1059826. OLE color: 1059826.

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

Color convert

RGB 242 43 16 -
CMYK 0 0.82 0.93 0.05
HSL 7.17º 0.9% 0.51% -
HSV(B) 7.17º 0.93% 0.95% -
XYZ 37.58 20.64 2.49 -
YUV 99.42 80.93 229.7 -
System Red Green Blue C M Y K H S L
Decimal 242 43 16 0 0.82 0.93 0.05 7.17 0.9 0.51
Hex F2 2B 10 0 52 5D 5 7 5A 33
Octal 362 53 20 0 122 135 5 7 132 63
Binary 11110010 101011 10000 0 1010010 1011101 101 111 1011010 110011

Color Harmonies of #F22B10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22B10

Black with #F22B10

Text Example


Text Example

White with #F22B10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22B10; }

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

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

background-color css

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

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

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

border-color css

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

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

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