Html Css Color HEX #FD1532 Torch Red

📋 copy color: '#FD1532'

red 253 ◦ green 21 ◦ blue 50

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

Shades of Torch Red #FD1532

Tints of Torch Red #FD1532

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.48%

 BLUE value IS 50 (19.92% from 255) = 15.43%

R = 78.09%
G = 6.48%
B = 15.43%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.80

 K value IS 0.01

RGB Variations

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

Color information

#FD1532 (or 0xFD1532) is known color: Torch Red. HEX triplet: FD, 15 and 32. RGB value is (253,21,50). Sum of RGB (Red+Green+Blue) = 253+21+50=324 (42% of max value = 765). Red value is 253 (99.22% from 255 or 78.09% from 324); Green value is 21 (8.59% from 255 or 6.48% from 324); Blue value is 50 (19.92% from 255 or 15.43% from 324); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1532 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD1532 is #02EACD. Grayscale: #5D5D5D. Windows color (decimal): -191182 or 3282429. OLE color: 3282429.

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

Color convert

RGB 253 21 50 -
CMYK 0 0.92 0.80 0.01
HSL 352.5º 0.98% 0.54% -
HSV(B) 352.5º 0.92% 0.99% -
XYZ 41.35 21.65 5.02 -
YUV 93.67 103.36 241.64 -
System Red Green Blue C M Y K H S L
Decimal 253 21 50 0 0.92 0.80 0.01 352.5 0.98 0.54
Hex FD 15 32 0 5C 50 1 160 62 36
Octal 375 25 62 0 134 120 1 540 142 66
Binary 11111101 10101 110010 0 1011100 1010000 1 101100000 1100010 110110

Color Harmonies of #FD1532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1532

Black with #FD1532

Text Example


Text Example

White with #FD1532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1532; }

 p { color: rgb(253,21,50); }

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

background-color css

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

 a { background-color: rgb(253,21,50); }

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

border-color css

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

 span { border-color: rgb(253,21,50); }

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