Html Css Color HEX #FD132D Torch Red

📋 copy color: '#FD132D'

red 253 ◦ green 19 ◦ blue 45

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

Shades of Torch Red #FD132D

Tints of Torch Red #FD132D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.99%

 BLUE value IS 45 (17.97% from 255) = 14.2%

R = 79.81%
G = 5.99%
B = 14.2%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FD132D (or 0xFD132D) is known color: Torch Red. HEX triplet: FD, 13 and 2D. RGB value is (253,19,45). Sum of RGB (Red+Green+Blue) = 253+19+45=317 (41% of max value = 765). Red value is 253 (99.22% from 255 or 79.81% from 317); Green value is 19 (7.81% from 255 or 5.99% from 317); Blue value is 45 (17.97% from 255 or 14.20% from 317); Max value from RGB is 253 - color contains mainly: red. Hex color #FD132D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD132D is #02ECD2. Grayscale: #5C5C5C. Windows color (decimal): -191699 or 2954237. OLE color: 2954237.

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

Color convert

RGB 253 19 45 -
CMYK 0 0.92 0.82 0.01
HSL 353.33º 0.98% 0.53% -
HSV(B) 353.33º 0.92% 0.99% -
XYZ 41.21 21.54 4.47 -
YUV 91.93 101.52 242.89 -
System Red Green Blue C M Y K H S L
Decimal 253 19 45 0 0.92 0.82 0.01 353.33 0.98 0.53
Hex FD 13 2D 0 5C 52 1 161 62 35
Octal 375 23 55 0 134 122 1 541 142 65
Binary 11111101 10011 101101 0 1011100 1010010 1 101100001 1100010 110101

Color Harmonies of #FD132D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD132D

Black with #FD132D

Text Example


Text Example

White with #FD132D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD132D; }

 p { color: rgb(253,19,45); }

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

background-color css

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

 a { background-color: rgb(253,19,45); }

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

border-color css

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

 span { border-color: rgb(253,19,45); }

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