Html Css Color HEX #F22100 Scarlet

📋 copy color: '#F22100'

red 242 ◦ green 33 ◦ blue 0

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

Shades of Scarlet #F22100

Tints of Scarlet #F22100

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 88%
G = 12%
B = 0%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 1

 K value IS 0.05

RGB Variations

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

Color information

#F22100 (or 0xF22100) is known color: Scarlet. HEX triplet: F2, 21 and 00. RGB value is (242,33,0). Sum of RGB (Red+Green+Blue) = 242+33+0=275 (36% of max value = 765). Red value is 242 (94.92% from 255 or 88% from 275); Green value is 33 (13.28% from 255 or 12% from 275); Blue value is 0 (0.39% from 255 or 0% from 275); Max value from RGB is 242 - color contains mainly: red. Hex color #F22100 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F22100 is #0DDEFF. Grayscale: #5C5C5C. Windows color (decimal): -909056 or 8690. OLE color: 8690.

HSL color Cylindrical-coordinate representation of color #F22100: hue angle of 8.18º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F22100 is Cyan = 0, Magento = 0.86, Yellow = 1 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 33 0 -
CMYK 0 0.86 1 0.05
HSL 8.18º 1% 0.47% -
HSV(B) 8.18º 1% 0.95% -
XYZ 37.16 19.96 1.89 -
YUV 91.73 76.24 235.18 -
System Red Green Blue C M Y K H S L
Decimal 242 33 0 0 0.86 1 0.05 8.18 1 0.47
Hex F2 21 0 0 56 64 5 8 64 2F
Octal 362 41 0 0 126 144 5 10 144 57
Binary 11110010 100001 0 0 1010110 1100100 101 1000 1100100 101111

Color Harmonies of #F22100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22100

Black with #F22100

Text Example


Text Example

White with #F22100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22100; }

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

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

background-color css

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

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

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

border-color css

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

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

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