Html Css Color HEX #F22201 Scarlet

📋 copy color: '#F22201'

red 242 ◦ green 34 ◦ blue 1

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

Shades of Scarlet #F22201

Tints of Scarlet #F22201

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.27%

 BLUE value IS 1 (0.78% from 255) = 0.36%

R = 87.36%
G = 12.27%
B = 0.36%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 1.00

 K value IS 0.05

RGB Variations

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

Color information

#F22201 (or 0xF22201) is known color: Scarlet. HEX triplet: F2, 22 and 01. RGB value is (242,34,1). Sum of RGB (Red+Green+Blue) = 242+34+1=277 (36% of max value = 765). Red value is 242 (94.92% from 255 or 87.36% from 277); Green value is 34 (13.67% from 255 or 12.27% from 277); Blue value is 1 (0.78% from 255 or 0.36% from 277); Max value from RGB is 242 - color contains mainly: red. Hex color #F22201 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F22201 is #0DDDFE. Grayscale: #5C5C5C. Windows color (decimal): -908799 or 74482. OLE color: 74482.

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

Color convert

RGB 242 34 1 -
CMYK 0 0.86 1.00 0.05
HSL 8.22º 0.99% 0.48% -
HSV(B) 8.22º 1% 0.95% -
XYZ 37.2 20.02 1.93 -
YUV 92.43 76.41 234.68 -
System Red Green Blue C M Y K H S L
Decimal 242 34 1 0 0.86 1.00 0.05 8.22 0.99 0.48
Hex F2 22 1 0 56 64 5 8 63 30
Octal 362 42 1 0 126 144 5 10 143 60
Binary 11110010 100010 1 0 1010110 1100100 101 1000 1100011 110000

Color Harmonies of #F22201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22201

Black with #F22201

Text Example


Text Example

White with #F22201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22201; }

 p { color: rgb(242,34,1); }

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

background-color css

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

 a { background-color: rgb(242,34,1); }

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

border-color css

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

 span { border-color: rgb(242,34,1); }

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