Html Css Color HEX #FD051D Torch Red

📋 copy color: '#FD051D'

red 253 ◦ green 5 ◦ blue 29

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

Shades of Torch Red #FD051D

Tints of Torch Red #FD051D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.74%

 BLUE value IS 29 (11.72% from 255) = 10.1%

R = 88.15%
G = 1.74%
B = 10.1%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#FD051D (or 0xFD051D) is known color: Torch Red. HEX triplet: FD, 05 and 1D. RGB value is (253,5,29). Sum of RGB (Red+Green+Blue) = 253+5+29=287 (38% of max value = 765). Red value is 253 (99.22% from 255 or 88.15% from 287); Green value is 5 (2.34% from 255 or 1.74% from 287); Blue value is 29 (11.72% from 255 or 10.10% from 287); Max value from RGB is 253 - color contains mainly: red. Hex color #FD051D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD051D is #02FAE2. Grayscale: #525252. Windows color (decimal): -195299 or 1902077. OLE color: 1902077.

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

Color convert

RGB 253 5 29 -
CMYK 0 0.98 0.89 0.01
HSL 354.19º 0.98% 0.51% -
HSV(B) 354.19º 0.98% 0.99% -
XYZ 40.78 21.08 3.08 -
YUV 81.89 98.16 250.05 -
System Red Green Blue C M Y K H S L
Decimal 253 5 29 0 0.98 0.89 0.01 354.19 0.98 0.51
Hex FD 5 1D 0 62 59 1 162 62 33
Octal 375 5 35 0 142 131 1 542 142 63
Binary 11111101 101 11101 0 1100010 1011001 1 101100010 1100010 110011

Color Harmonies of #FD051D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD051D

Black with #FD051D

Text Example


Text Example

White with #FD051D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD051D; }

 p { color: rgb(253,5,29); }

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

background-color css

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

 a { background-color: rgb(253,5,29); }

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

border-color css

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

 span { border-color: rgb(253,5,29); }

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