Html Css Color HEX #F22001 Scarlet

📋 copy color: '#F22001'

red 242 ◦ green 32 ◦ blue 1

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

Shades of Scarlet #F22001

Tints of Scarlet #F22001

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.64%

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

R = 88%
G = 11.64%
B = 0.36%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 1.00

 K value IS 0.05

RGB Variations

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

Color information

#F22001 (or 0xF22001) is known color: Scarlet. HEX triplet: F2, 20 and 01. RGB value is (242,32,1). Sum of RGB (Red+Green+Blue) = 242+32+1=275 (36% of max value = 765). Red value is 242 (94.92% from 255 or 88% from 275); Green value is 32 (12.89% from 255 or 11.64% from 275); Blue value is 1 (0.78% from 255 or 0.36% from 275); Max value from RGB is 242 - color contains mainly: red. Hex color #F22001 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F22001 is #0DDFFE. Grayscale: #5B5B5B. Windows color (decimal): -909311 or 73970. OLE color: 73970.

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

Color convert

RGB 242 32 1 -
CMYK 0 0.87 1.00 0.05
HSL 7.72º 0.99% 0.48% -
HSV(B) 7.72º 1% 0.95% -
XYZ 37.14 19.91 1.91 -
YUV 91.26 77.07 235.52 -
System Red Green Blue C M Y K H S L
Decimal 242 32 1 0 0.87 1.00 0.05 7.72 0.99 0.48
Hex F2 20 1 0 57 64 5 8 63 30
Octal 362 40 1 0 127 144 5 10 143 60
Binary 11110010 100000 1 0 1010111 1100100 101 1000 1100011 110000

Color Harmonies of #F22001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22001

Black with #F22001

Text Example


Text Example

White with #F22001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22001; }

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

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

background-color css

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

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

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

border-color css

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

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

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