Html Css Color HEX #F20522 Torch Red

📋 copy color: '#F20522'

red 242 ◦ green 5 ◦ blue 34

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

Shades of Torch Red #F20522

Tints of Torch Red #F20522

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.78%

 BLUE value IS 34 (13.67% from 255) = 12.1%

R = 86.12%
G = 1.78%
B = 12.1%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.86

 K value IS 0.05

RGB Variations

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

Color information

#F20522 (or 0xF20522) is known color: Torch Red. HEX triplet: F2, 05 and 22. RGB value is (242,5,34). Sum of RGB (Red+Green+Blue) = 242+5+34=281 (37% of max value = 765). Red value is 242 (94.92% from 255 or 86.12% from 281); Green value is 5 (2.34% from 255 or 1.78% from 281); Blue value is 34 (13.67% from 255 or 12.10% from 281); Max value from RGB is 242 - color contains mainly: red. Hex color #F20522 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F20522 is #0DFADD. Grayscale: #4F4F4F. Windows color (decimal): -916190 or 2229746. OLE color: 2229746.

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

Color convert

RGB 242 5 34 -
CMYK 0 0.98 0.86 0.05
HSL 352.66º 0.96% 0.48% -
HSV(B) 352.66º 0.98% 0.95% -
XYZ 36.96 19.1 3.25 -
YUV 79.17 102.52 244.14 -
System Red Green Blue C M Y K H S L
Decimal 242 5 34 0 0.98 0.86 0.05 352.66 0.96 0.48
Hex F2 5 22 0 62 56 5 161 60 30
Octal 362 5 42 0 142 126 5 541 140 60
Binary 11110010 101 100010 0 1100010 1010110 101 101100001 1100000 110000

Color Harmonies of #F20522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20522

Black with #F20522

Text Example


Text Example

White with #F20522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20522; }

 p { color: rgb(242,5,34); }

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

background-color css

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

 a { background-color: rgb(242,5,34); }

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

border-color css

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

 span { border-color: rgb(242,5,34); }

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