Html Css Color HEX #F2200C Scarlet

📋 copy color: '#F2200C'

red 242 ◦ green 32 ◦ blue 12

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

Shades of Scarlet #F2200C

Tints of Scarlet #F2200C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.2%

R = 84.62%
G = 11.19%
B = 4.2%

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

#F2200C (or 0xF2200C) is known color: Scarlet. HEX triplet: F2, 20 and 0C. RGB value is (242,32,12). Sum of RGB (Red+Green+Blue) = 242+32+12=286 (37% of max value = 765). Red value is 242 (94.92% from 255 or 84.62% from 286); Green value is 32 (12.89% from 255 or 11.19% from 286); Blue value is 12 (5.08% from 255 or 4.20% from 286); Max value from RGB is 242 - color contains mainly: red. Hex color #F2200C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F2200C is #0DDFF3. Grayscale: #5C5C5C. Windows color (decimal): -909300 or 794866. OLE color: 794866.

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

Color convert

RGB 242 32 12 -
CMYK 0 0.87 0.95 0.05
HSL 5.22º 0.91% 0.5% -
HSV(B) 5.22º 0.95% 0.95% -
XYZ 37.2 19.94 2.24 -
YUV 92.51 82.57 234.63 -
System Red Green Blue C M Y K H S L
Decimal 242 32 12 0 0.87 0.95 0.05 5.22 0.91 0.5
Hex F2 20 C 0 57 5F 5 5 5B 32
Octal 362 40 14 0 127 137 5 5 133 62
Binary 11110010 100000 1100 0 1010111 1011111 101 101 1011011 110010

Color Harmonies of #F2200C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2200C

Black with #F2200C

Text Example


Text Example

White with #F2200C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2200C; }

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

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

background-color css

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

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

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

border-color css

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

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

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