Html Css Color HEX #FD2032 Torch Red

📋 copy color: '#FD2032'

red 253 ◦ green 32 ◦ blue 50

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

Shades of Torch Red #FD2032

Tints of Torch Red #FD2032

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.55%

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

R = 75.52%
G = 9.55%
B = 14.93%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.80

 K value IS 0.01

RGB Variations

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

Color information

#FD2032 (or 0xFD2032) is known color: Torch Red. HEX triplet: FD, 20 and 32. RGB value is (253,32,50). Sum of RGB (Red+Green+Blue) = 253+32+50=335 (44% of max value = 765). Red value is 253 (99.22% from 255 or 75.52% from 335); Green value is 32 (12.89% from 255 or 9.55% from 335); Blue value is 50 (19.92% from 255 or 14.93% from 335); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2032 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD2032 is #02DFCD. Grayscale: #646464. Windows color (decimal): -188366 or 3285245. OLE color: 3285245.

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

Color convert

RGB 253 32 50 -
CMYK 0 0.87 0.80 0.01
HSL 355.11º 0.98% 0.56% -
HSV(B) 355.11º 0.87% 0.99% -
XYZ 41.6 22.15 5.1 -
YUV 100.13 99.72 237.04 -
System Red Green Blue C M Y K H S L
Decimal 253 32 50 0 0.87 0.80 0.01 355.11 0.98 0.56
Hex FD 20 32 0 57 50 1 163 62 38
Octal 375 40 62 0 127 120 1 543 142 70
Binary 11111101 100000 110010 0 1010111 1010000 1 101100011 1100010 111000

Color Harmonies of #FD2032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2032

Black with #FD2032

Text Example


Text Example

White with #FD2032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2032; }

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

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

background-color css

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

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

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

border-color css

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

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

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