Html Css Color HEX #F20637 Torch Red

📋 copy color: '#F20637'

red 242 ◦ green 6 ◦ blue 55

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

Shades of Torch Red #F20637

Tints of Torch Red #F20637

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.98%

 BLUE value IS 55 (21.88% from 255) = 18.15%

R = 79.87%
G = 1.98%
B = 18.15%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.77

 K value IS 0.05

RGB Variations

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

Color information

#F20637 (or 0xF20637) is known color: Torch Red. HEX triplet: F2, 06 and 37. RGB value is (242,6,55). Sum of RGB (Red+Green+Blue) = 242+6+55=303 (40% of max value = 765). Red value is 242 (94.92% from 255 or 79.87% from 303); Green value is 6 (2.73% from 255 or 1.98% from 303); Blue value is 55 (21.88% from 255 or 18.15% from 303); Max value from RGB is 242 - color contains mainly: red. Hex color #F20637 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F20637 is #0DF9C8. Grayscale: #525252. Windows color (decimal): -915913 or 3606258. OLE color: 3606258.

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

Color convert

RGB 242 6 55 -
CMYK 0 0.98 0.77 0.05
HSL 347.54º 0.95% 0.49% -
HSV(B) 347.54º 0.98% 0.95% -
XYZ 37.37 19.28 5.37 -
YUV 82.15 112.69 242.02 -
System Red Green Blue C M Y K H S L
Decimal 242 6 55 0 0.98 0.77 0.05 347.54 0.95 0.49
Hex F2 6 37 0 62 4D 5 15C 5F 31
Octal 362 6 67 0 142 115 5 534 137 61
Binary 11110010 110 110111 0 1100010 1001101 101 101011100 1011111 110001

Color Harmonies of #F20637

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20637

Black with #F20637

Text Example


Text Example

White with #F20637

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20637; }

 p { color: rgb(242,6,55); }

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

background-color css

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

 a { background-color: rgb(242,6,55); }

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

border-color css

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

 span { border-color: rgb(242,6,55); }

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