Html Css Color HEX #FD0611 Torch Red

📋 copy color: '#FD0611'

red 253 ◦ green 6 ◦ blue 17

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

Shades of Torch Red #FD0611

Tints of Torch Red #FD0611

RGB

 RED value IS 253 (99.22% from 255) = 91.67%

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

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

R = 91.67%
G = 2.17%
B = 6.16%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#FD0611 (or 0xFD0611) is known color: Torch Red. HEX triplet: FD, 06 and 11. RGB value is (253,6,17). Sum of RGB (Red+Green+Blue) = 253+6+17=276 (36% of max value = 765). Red value is 253 (99.22% from 255 or 91.67% from 276); Green value is 6 (2.73% from 255 or 2.17% from 276); Blue value is 17 (7.03% from 255 or 6.16% from 276); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0611 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD0611 is #02F9EE. Grayscale: #515151. Windows color (decimal): -195055 or 1115901. OLE color: 1115901.

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

Color convert

RGB 253 6 17 -
CMYK 0 0.98 0.93 0.01
HSL 357.33º 0.98% 0.51% -
HSV(B) 357.33º 0.98% 0.99% -
XYZ 40.67 21.05 2.45 -
YUV 81.11 91.83 250.61 -
System Red Green Blue C M Y K H S L
Decimal 253 6 17 0 0.98 0.93 0.01 357.33 0.98 0.51
Hex FD 6 11 0 62 5D 1 165 62 33
Octal 375 6 21 0 142 135 1 545 142 63
Binary 11111101 110 10001 0 1100010 1011101 1 101100101 1100010 110011

Color Harmonies of #FD0611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD0611

Black with #FD0611

Text Example


Text Example

White with #FD0611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD0611; }

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

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

background-color css

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

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

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

border-color css

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

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

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