Html Css Color HEX #FD0311 Torch Red

📋 copy color: '#FD0311'

red 253 ◦ green 3 ◦ blue 17

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

Shades of Torch Red #FD0311

Tints of Torch Red #FD0311

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.1%

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

R = 92.67%
G = 1.1%
B = 6.23%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#FD0311 (or 0xFD0311) is known color: Torch Red. HEX triplet: FD, 03 and 11. RGB value is (253,3,17). Sum of RGB (Red+Green+Blue) = 253+3+17=273 (36% of max value = 765). Red value is 253 (99.22% from 255 or 92.67% from 273); Green value is 3 (1.56% from 255 or 1.10% from 273); Blue value is 17 (7.03% from 255 or 6.23% from 273); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0311 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD0311 is #02FCEE. Grayscale: #4F4F4F. Windows color (decimal): -195823 or 1115133. OLE color: 1115133.

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

Color convert

RGB 253 3 17 -
CMYK 0 0.99 0.93 0.01
HSL 356.64º 0.98% 0.5% -
HSV(B) 356.64º 0.99% 0.99% -
XYZ 40.64 20.99 2.44 -
YUV 79.35 92.83 251.86 -
System Red Green Blue C M Y K H S L
Decimal 253 3 17 0 0.99 0.93 0.01 356.64 0.98 0.5
Hex FD 3 11 0 63 5D 1 165 62 32
Octal 375 3 21 0 143 135 1 545 142 62
Binary 11111101 11 10001 0 1100011 1011101 1 101100101 1100010 110010

Color Harmonies of #FD0311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD0311

Black with #FD0311

Text Example


Text Example

White with #FD0311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD0311; }

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

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

background-color css

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

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

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

border-color css

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

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

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