Html Css Color HEX #F2200B Scarlet

📋 copy color: '#F2200B'

red 242 ◦ green 32 ◦ blue 11

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

Shades of Scarlet #F2200B

Tints of Scarlet #F2200B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.86%

R = 84.91%
G = 11.23%
B = 3.86%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#F2200B (or 0xF2200B) is known color: Scarlet. HEX triplet: F2, 20 and 0B. RGB value is (242,32,11). Sum of RGB (Red+Green+Blue) = 242+32+11=285 (37% of max value = 765). Red value is 242 (94.92% from 255 or 84.91% from 285); Green value is 32 (12.89% from 255 or 11.23% from 285); Blue value is 11 (4.69% from 255 or 3.86% from 285); Max value from RGB is 242 - color contains mainly: red. Hex color #F2200B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F2200B is #0DDFF4. Grayscale: #5C5C5C. Windows color (decimal): -909301 or 729330. OLE color: 729330.

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

Color convert

RGB 242 32 11 -
CMYK 0 0.87 0.95 0.05
HSL 5.45º 0.91% 0.5% -
HSV(B) 5.45º 0.95% 0.95% -
XYZ 37.19 19.93 2.2 -
YUV 92.4 82.07 234.71 -
System Red Green Blue C M Y K H S L
Decimal 242 32 11 0 0.87 0.95 0.05 5.45 0.91 0.5
Hex F2 20 B 0 57 5F 5 5 5B 32
Octal 362 40 13 0 127 137 5 5 133 62
Binary 11110010 100000 1011 0 1010111 1011111 101 101 1011011 110010

Color Harmonies of #F2200B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2200B

Black with #F2200B

Text Example


Text Example

White with #F2200B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2200B; }

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

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

background-color css

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

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

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

border-color css

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

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

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