Html Css Color HEX #FD0533 Torch Red

📋 copy color: '#FD0533'

red 253 ◦ green 5 ◦ blue 51

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

Shades of Torch Red #FD0533

Tints of Torch Red #FD0533

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.62%

 BLUE value IS 51 (20.31% from 255) = 16.5%

R = 81.88%
G = 1.62%
B = 16.5%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.80

 K value IS 0.01

RGB Variations

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

Color information

#FD0533 (or 0xFD0533) is known color: Torch Red. HEX triplet: FD, 05 and 33. RGB value is (253,5,51). Sum of RGB (Red+Green+Blue) = 253+5+51=309 (40% of max value = 765). Red value is 253 (99.22% from 255 or 81.88% from 309); Green value is 5 (2.34% from 255 or 1.62% from 309); Blue value is 51 (20.31% from 255 or 16.50% from 309); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0533 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD0533 is #02FACC. Grayscale: #545454. Windows color (decimal): -195277 or 3343869. OLE color: 3343869.

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

Color convert

RGB 253 5 51 -
CMYK 0 0.98 0.80 0.01
HSL 348.87º 0.98% 0.51% -
HSV(B) 348.87º 0.98% 0.99% -
XYZ 41.16 21.23 5.06 -
YUV 84.4 109.16 248.26 -
System Red Green Blue C M Y K H S L
Decimal 253 5 51 0 0.98 0.80 0.01 348.87 0.98 0.51
Hex FD 5 33 0 62 50 1 15D 62 33
Octal 375 5 63 0 142 120 1 535 142 63
Binary 11111101 101 110011 0 1100010 1010000 1 101011101 1100010 110011

Color Harmonies of #FD0533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD0533

Black with #FD0533

Text Example


Text Example

White with #FD0533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD0533; }

 p { color: rgb(253,5,51); }

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

background-color css

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

 a { background-color: rgb(253,5,51); }

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

border-color css

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

 span { border-color: rgb(253,5,51); }

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