Html Css Color HEX #F20228 Torch Red

📋 copy color: '#F20228'

red 242 ◦ green 2 ◦ blue 40

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

Shades of Torch Red #F20228

Tints of Torch Red #F20228

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.7%

 BLUE value IS 40 (16.02% from 255) = 14.08%

R = 85.21%
G = 0.7%
B = 14.08%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F20228 (or 0xF20228) is known color: Torch Red. HEX triplet: F2, 02 and 28. RGB value is (242,2,40). Sum of RGB (Red+Green+Blue) = 242+2+40=284 (37% of max value = 765). Red value is 242 (94.92% from 255 or 85.21% from 284); Green value is 2 (1.17% from 255 or 0.70% from 284); Blue value is 40 (16.02% from 255 or 14.08% from 284); Max value from RGB is 242 - color contains mainly: red. Hex color #F20228 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F20228 is #0DFDD7. Grayscale: #4E4E4E. Windows color (decimal): -916952 or 2622194. OLE color: 2622194.

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

Color convert

RGB 242 2 40 -
CMYK 0 0.99 0.83 0.05
HSL 350.5º 0.98% 0.48% -
HSV(B) 350.5º 0.99% 0.95% -
XYZ 37.02 19.07 3.74 -
YUV 78.09 106.51 244.91 -
System Red Green Blue C M Y K H S L
Decimal 242 2 40 0 0.99 0.83 0.05 350.5 0.98 0.48
Hex F2 2 28 0 63 53 5 15E 62 30
Octal 362 2 50 0 143 123 5 536 142 60
Binary 11110010 10 101000 0 1100011 1010011 101 101011110 1100010 110000

Color Harmonies of #F20228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20228

Black with #F20228

Text Example


Text Example

White with #F20228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20228; }

 p { color: rgb(242,2,40); }

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

background-color css

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

 a { background-color: rgb(242,2,40); }

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

border-color css

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

 span { border-color: rgb(242,2,40); }

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