Html Css Color HEX #FD1D1F Torch Red

📋 copy color: '#FD1D1F'

red 253 ◦ green 29 ◦ blue 31

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

Shades of Torch Red #FD1D1F

Tints of Torch Red #FD1D1F

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.27%

 BLUE value IS 31 (12.5% from 255) = 9.9%

R = 80.83%
G = 9.27%
B = 9.9%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FD1D1F (or 0xFD1D1F) is known color: Torch Red. HEX triplet: FD, 1D and 1F. RGB value is (253,29,31). Sum of RGB (Red+Green+Blue) = 253+29+31=313 (41% of max value = 765). Red value is 253 (99.22% from 255 or 80.83% from 313); Green value is 29 (11.72% from 255 or 9.27% from 313); Blue value is 31 (12.5% from 255 or 9.90% from 313); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1D1F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD1D1F is #02E2E0. Grayscale: #606060. Windows color (decimal): -189153 or 2039293. OLE color: 2039293.

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

Color convert

RGB 253 29 31 -
CMYK 0 0.89 0.88 0.01
HSL 359.46º 0.98% 0.55% -
HSV(B) 359.46º 0.89% 0.99% -
XYZ 41.19 21.86 3.34 -
YUV 96.2 91.21 239.84 -
System Red Green Blue C M Y K H S L
Decimal 253 29 31 0 0.89 0.88 0.01 359.46 0.98 0.55
Hex FD 1D 1F 0 59 58 1 167 62 37
Octal 375 35 37 0 131 130 1 547 142 67
Binary 11111101 11101 11111 0 1011001 1011000 1 101100111 1100010 110111

Color Harmonies of #FD1D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1D1F

Black with #FD1D1F

Text Example


Text Example

White with #FD1D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1D1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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