Html Css Color HEX #FF0611 Torch Red

📋 copy color: '#FF0611'

red 255 ◦ green 6 ◦ blue 17

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

Shades of Torch Red #FF0611

Tints of Torch Red #FF0611

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 6.12%

R = 91.73%
G = 2.16%
B = 6.12%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.93

 K value IS 0

RGB Variations

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

Color information

#FF0611 (or 0xFF0611) is known color: Torch Red. HEX triplet: FF, 06 and 11. RGB value is (255,6,17). Sum of RGB (Red+Green+Blue) = 255+6+17=278 (36% of max value = 765). Red value is 255 (100% from 255 or 91.73% from 278); Green value is 6 (2.73% from 255 or 2.16% from 278); Blue value is 17 (7.03% from 255 or 6.12% from 278); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0611 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF0611 is #00F9EE. Grayscale: #515151. Windows color (decimal): -63983 or 1115903. OLE color: 1115903.

HSL color Cylindrical-coordinate representation of color #FF0611: hue angle of 357.35º 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 #FF0611 is Cyan = 0, Magento = 0.98, Yellow = 0.93 and Black (K on CMYK) = 0.

Color convert

RGB 255 6 17 -
CMYK 0 0.98 0.93 0
HSL 357.35º 1% 0.51% -
HSV(B) 357.35º 0.98% 1% -
XYZ 41.41 21.43 2.48 -
YUV 81.71 91.49 251.61 -
System Red Green Blue C M Y K H S L
Decimal 255 6 17 0 0.98 0.93 0 357.35 1 0.51
Hex FF 6 11 0 62 5D 0 165 64 33
Octal 377 6 21 0 142 135 0 545 144 63
Binary 11111111 110 10001 0 1100010 1011101 0 101100101 1100100 110011

Color Harmonies of #FF0611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0611

Black with #FF0611

Text Example


Text Example

White with #FF0611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0611; }

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

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

background-color css

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

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

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

border-color css

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

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

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