Html Css Color HEX #F2200A Scarlet

📋 copy color: '#F2200A'

red 242 ◦ green 32 ◦ blue 10

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

Shades of Scarlet #F2200A

Tints of Scarlet #F2200A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.52%

R = 85.21%
G = 11.27%
B = 3.52%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.96

 K value IS 0.05

RGB Variations

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

Color information

#F2200A (or 0xF2200A) is known color: Scarlet. HEX triplet: F2, 20 and 0A. RGB value is (242,32,10). Sum of RGB (Red+Green+Blue) = 242+32+10=284 (37% of max value = 765). Red value is 242 (94.92% from 255 or 85.21% from 284); Green value is 32 (12.89% from 255 or 11.27% from 284); Blue value is 10 (4.30% from 255 or 3.52% from 284); Max value from RGB is 242 - color contains mainly: red. Hex color #F2200A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F2200A is #0DDFF5. Grayscale: #5C5C5C. Windows color (decimal): -909302 or 663794. OLE color: 663794.

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

Color convert

RGB 242 32 10 -
CMYK 0 0.87 0.96 0.05
HSL 5.69º 0.92% 0.49% -
HSV(B) 5.69º 0.96% 0.95% -
XYZ 37.19 19.93 2.17 -
YUV 92.28 81.57 234.79 -
System Red Green Blue C M Y K H S L
Decimal 242 32 10 0 0.87 0.96 0.05 5.69 0.92 0.49
Hex F2 20 A 0 57 60 5 6 5C 31
Octal 362 40 12 0 127 140 5 6 134 61
Binary 11110010 100000 1010 0 1010111 1100000 101 110 1011100 110001

Color Harmonies of #F2200A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2200A

Black with #F2200A

Text Example


Text Example

White with #F2200A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2200A; }

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

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

background-color css

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

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

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

border-color css

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

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

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