Html Css Color HEX #F60220 Torch Red

📋 copy color: '#F60220'

red 246 ◦ green 2 ◦ blue 32

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

Shades of Torch Red #F60220

Tints of Torch Red #F60220

RGB

 RED value IS 246 (96.48% from 255) = 87.86%

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

 BLUE value IS 32 (12.89% from 255) = 11.43%

R = 87.86%
G = 0.71%
B = 11.43%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.87

 K value IS 0.04

RGB Variations

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

Color information

#F60220 (or 0xF60220) is known color: Torch Red. HEX triplet: F6, 02 and 20. RGB value is (246,2,32). Sum of RGB (Red+Green+Blue) = 246+2+32=280 (37% of max value = 765). Red value is 246 (96.48% from 255 or 87.86% from 280); Green value is 2 (1.17% from 255 or 0.71% from 280); Blue value is 32 (12.89% from 255 or 11.43% from 280); Max value from RGB is 246 - color contains mainly: red. Hex color #F60220 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F60220 is #09FDDF. Grayscale: #4E4E4E. Windows color (decimal): -654816 or 2097910. OLE color: 2097910.

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

Color convert

RGB 246 2 32 -
CMYK 0 0.99 0.87 0.04
HSL 352.62º 0.98% 0.49% -
HSV(B) 352.62º 0.99% 0.96% -
XYZ 38.29 19.74 3.16 -
YUV 78.38 101.84 247.56 -
System Red Green Blue C M Y K H S L
Decimal 246 2 32 0 0.99 0.87 0.04 352.62 0.98 0.49
Hex F6 2 20 0 63 57 4 161 62 31
Octal 366 2 40 0 143 127 4 541 142 61
Binary 11110110 10 100000 0 1100011 1010111 100 101100001 1100010 110001

Color Harmonies of #F60220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60220

Black with #F60220

Text Example


Text Example

White with #F60220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60220; }

 p { color: rgb(246,2,32); }

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

background-color css

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

 a { background-color: rgb(246,2,32); }

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

border-color css

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

 span { border-color: rgb(246,2,32); }

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