Html Css Color HEX #FD0732 Torch Red

📋 copy color: '#FD0732'

red 253 ◦ green 7 ◦ blue 50

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

Shades of Torch Red #FD0732

Tints of Torch Red #FD0732

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.26%

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

R = 81.61%
G = 2.26%
B = 16.13%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.80

 K value IS 0.01

RGB Variations

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

Color information

#FD0732 (or 0xFD0732) is known color: Torch Red. HEX triplet: FD, 07 and 32. RGB value is (253,7,50). Sum of RGB (Red+Green+Blue) = 253+7+50=310 (41% of max value = 765). Red value is 253 (99.22% from 255 or 81.61% from 310); Green value is 7 (3.12% from 255 or 2.26% from 310); Blue value is 50 (19.92% from 255 or 16.13% from 310); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0732 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD0732 is #02F8CD. Grayscale: #555555. Windows color (decimal): -194766 or 3278845. OLE color: 3278845.

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

Color convert

RGB 253 7 50 -
CMYK 0 0.97 0.80 0.01
HSL 349.51º 0.98% 0.51% -
HSV(B) 349.51º 0.97% 0.99% -
XYZ 41.16 21.26 4.95 -
YUV 85.46 108 247.5 -
System Red Green Blue C M Y K H S L
Decimal 253 7 50 0 0.97 0.80 0.01 349.51 0.98 0.51
Hex FD 7 32 0 61 50 1 15E 62 33
Octal 375 7 62 0 141 120 1 536 142 63
Binary 11111101 111 110010 0 1100001 1010000 1 101011110 1100010 110011

Color Harmonies of #FD0732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD0732

Black with #FD0732

Text Example


Text Example

White with #FD0732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD0732; }

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

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

background-color css

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

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

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

border-color css

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

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

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