Html Css Color HEX #FF0620 Torch Red

📋 copy color: '#FF0620'

red 255 ◦ green 6 ◦ blue 32

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

Shades of Torch Red #FF0620

Tints of Torch Red #FF0620

RGB

 RED value IS 255 (100% from 255) = 87.03%

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

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

R = 87.03%
G = 2.05%
B = 10.92%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.87

 K value IS 0

RGB Variations

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

Color information

#FF0620 (or 0xFF0620) is known color: Torch Red. HEX triplet: FF, 06 and 20. RGB value is (255,6,32). Sum of RGB (Red+Green+Blue) = 255+6+32=293 (38% of max value = 765). Red value is 255 (100% from 255 or 87.03% from 293); Green value is 6 (2.73% from 255 or 2.05% from 293); Blue value is 32 (12.89% from 255 or 10.92% from 293); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0620 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0620 is #00F9DF. Grayscale: #535353. Windows color (decimal): -63968 or 2098943. OLE color: 2098943.

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

Color convert

RGB 255 6 32 -
CMYK 0 0.98 0.87 0
HSL 353.73º 1% 0.51% -
HSV(B) 353.73º 0.98% 1% -
XYZ 41.57 21.49 3.32 -
YUV 83.42 98.99 250.39 -
System Red Green Blue C M Y K H S L
Decimal 255 6 32 0 0.98 0.87 0 353.73 1 0.51
Hex FF 6 20 0 62 57 0 162 64 33
Octal 377 6 40 0 142 127 0 542 144 63
Binary 11111111 110 100000 0 1100010 1010111 0 101100010 1100100 110011

Color Harmonies of #FF0620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0620

Black with #FF0620

Text Example


Text Example

White with #FF0620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0620; }

 p { color: rgb(255,6,32); }

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

background-color css

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

 a { background-color: rgb(255,6,32); }

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

border-color css

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

 span { border-color: rgb(255,6,32); }

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