Html Css Color HEX #F20236 Torch Red

📋 copy color: '#F20236'

red 242 ◦ green 2 ◦ blue 54

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

Shades of Torch Red #F20236

Tints of Torch Red #F20236

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 18.12%

R = 81.21%
G = 0.67%
B = 18.12%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.78

 K value IS 0.05

RGB Variations

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

Color information

#F20236 (or 0xF20236) is known color: Torch Red. HEX triplet: F2, 02 and 36. RGB value is (242,2,54). Sum of RGB (Red+Green+Blue) = 242+2+54=298 (39% of max value = 765). Red value is 242 (94.92% from 255 or 81.21% from 298); Green value is 2 (1.17% from 255 or 0.67% from 298); Blue value is 54 (21.48% from 255 or 18.12% from 298); Max value from RGB is 242 - color contains mainly: red. Hex color #F20236 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F20236 is #0DFDC9. Grayscale: #4F4F4F. Windows color (decimal): -916938 or 3539698. OLE color: 3539698.

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

Color convert

RGB 242 2 54 -
CMYK 0 0.99 0.78 0.05
HSL 347º 0.98% 0.48% -
HSV(B) 347º 0.99% 0.95% -
XYZ 37.31 19.19 5.23 -
YUV 79.69 113.51 243.77 -
System Red Green Blue C M Y K H S L
Decimal 242 2 54 0 0.99 0.78 0.05 347 0.98 0.48
Hex F2 2 36 0 63 4E 5 15B 62 30
Octal 362 2 66 0 143 116 5 533 142 60
Binary 11110010 10 110110 0 1100011 1001110 101 101011011 1100010 110000

Color Harmonies of #F20236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20236

Black with #F20236

Text Example


Text Example

White with #F20236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20236; }

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

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

background-color css

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

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

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

border-color css

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

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

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