Html Css Color HEX #F22003 Scarlet

📋 copy color: '#F22003'

red 242 ◦ green 32 ◦ blue 3

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

Shades of Scarlet #F22003

Tints of Scarlet #F22003

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.08%

R = 87.36%
G = 11.55%
B = 1.08%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.99

 K value IS 0.05

RGB Variations

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

Color information

#F22003 (or 0xF22003) is known color: Scarlet. HEX triplet: F2, 20 and 03. RGB value is (242,32,3). Sum of RGB (Red+Green+Blue) = 242+32+3=277 (36% of max value = 765). Red value is 242 (94.92% from 255 or 87.36% from 277); Green value is 32 (12.89% from 255 or 11.55% from 277); Blue value is 3 (1.56% from 255 or 1.08% from 277); Max value from RGB is 242 - color contains mainly: red. Hex color #F22003 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F22003 is #0DDFFC. Grayscale: #5B5B5B. Windows color (decimal): -909309 or 205042. OLE color: 205042.

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

Color convert

RGB 242 32 3 -
CMYK 0 0.87 0.99 0.05
HSL 7.28º 0.98% 0.48% -
HSV(B) 7.28º 0.99% 0.95% -
XYZ 37.15 19.92 1.97 -
YUV 91.48 78.07 235.36 -
System Red Green Blue C M Y K H S L
Decimal 242 32 3 0 0.87 0.99 0.05 7.28 0.98 0.48
Hex F2 20 3 0 57 63 5 7 62 30
Octal 362 40 3 0 127 143 5 7 142 60
Binary 11110010 100000 11 0 1010111 1100011 101 111 1100010 110000

Color Harmonies of #F22003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22003

Black with #F22003

Text Example


Text Example

White with #F22003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22003; }

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

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

background-color css

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

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

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

border-color css

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

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

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