Html Css Color HEX #FD1D21 Torch Red

📋 copy color: '#FD1D21'

red 253 ◦ green 29 ◦ blue 33

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

Shades of Torch Red #FD1D21

Tints of Torch Red #FD1D21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 10.48%

R = 80.32%
G = 9.21%
B = 10.48%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#FD1D21 (or 0xFD1D21) is known color: Torch Red. HEX triplet: FD, 1D and 21. RGB value is (253,29,33). Sum of RGB (Red+Green+Blue) = 253+29+33=315 (41% of max value = 765). Red value is 253 (99.22% from 255 or 80.32% from 315); Green value is 29 (11.72% from 255 or 9.21% from 315); Blue value is 33 (13.28% from 255 or 10.48% from 315); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1D21 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD1D21 is #02E2DE. Grayscale: #606060. Windows color (decimal): -189151 or 2170365. OLE color: 2170365.

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

Color convert

RGB 253 29 33 -
CMYK 0 0.89 0.87 0.01
HSL 358.93º 0.98% 0.55% -
HSV(B) 358.93º 0.89% 0.99% -
XYZ 41.22 21.87 3.49 -
YUV 96.43 92.21 239.67 -
System Red Green Blue C M Y K H S L
Decimal 253 29 33 0 0.89 0.87 0.01 358.93 0.98 0.55
Hex FD 1D 21 0 59 57 1 167 62 37
Octal 375 35 41 0 131 127 1 547 142 67
Binary 11111101 11101 100001 0 1011001 1010111 1 101100111 1100010 110111

Color Harmonies of #FD1D21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1D21

Black with #FD1D21

Text Example


Text Example

White with #FD1D21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1D21; }

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

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

background-color css

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

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

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

border-color css

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

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

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