Html Css Color HEX #FD032D Torch Red

📋 copy color: '#FD032D'

red 253 ◦ green 3 ◦ blue 45

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

Shades of Torch Red #FD032D

Tints of Torch Red #FD032D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1%

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

R = 84.05%
G = 1%
B = 14.95%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FD032D (or 0xFD032D) is known color: Torch Red. HEX triplet: FD, 03 and 2D. RGB value is (253,3,45). Sum of RGB (Red+Green+Blue) = 253+3+45=301 (39% of max value = 765). Red value is 253 (99.22% from 255 or 84.05% from 301); Green value is 3 (1.56% from 255 or 1.00% from 301); Blue value is 45 (17.97% from 255 or 14.95% from 301); Max value from RGB is 253 - color contains mainly: red. Hex color #FD032D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD032D is #02FCD2. Grayscale: #525252. Windows color (decimal): -195795 or 2950141. OLE color: 2950141.

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

Color convert

RGB 253 3 45 -
CMYK 0 0.99 0.82 0.01
HSL 349.92º 0.98% 0.5% -
HSV(B) 349.92º 0.99% 0.99% -
XYZ 41.01 21.14 4.4 -
YUV 82.54 106.83 249.58 -
System Red Green Blue C M Y K H S L
Decimal 253 3 45 0 0.99 0.82 0.01 349.92 0.98 0.5
Hex FD 3 2D 0 63 52 1 15E 62 32
Octal 375 3 55 0 143 122 1 536 142 62
Binary 11111101 11 101101 0 1100011 1010010 1 101011110 1100010 110010

Color Harmonies of #FD032D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD032D

Black with #FD032D

Text Example


Text Example

White with #FD032D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD032D; }

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

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

background-color css

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

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

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

border-color css

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

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

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