Html Css Color HEX #FD0539 Torch Red

📋 copy color: '#FD0539'

red 253 ◦ green 5 ◦ blue 57

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

Shades of Torch Red #FD0539

Tints of Torch Red #FD0539

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 18.1%

R = 80.32%
G = 1.59%
B = 18.1%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.77

 K value IS 0.01

RGB Variations

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

Color information

#FD0539 (or 0xFD0539) is known color: Torch Red. HEX triplet: FD, 05 and 39. RGB value is (253,5,57). Sum of RGB (Red+Green+Blue) = 253+5+57=315 (41% of max value = 765). Red value is 253 (99.22% from 255 or 80.32% from 315); Green value is 5 (2.34% from 255 or 1.59% from 315); Blue value is 57 (22.66% from 255 or 18.10% from 315); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0539 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD0539 is #02FAC6. Grayscale: #555555. Windows color (decimal): -195271 or 3737085. OLE color: 3737085.

HSL color Cylindrical-coordinate representation of color #FD0539: hue angle of 347.42º 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 #FD0539 is Cyan = 0, Magento = 0.98, Yellow = 0.77 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 5 57 -
CMYK 0 0.98 0.77 0.01
HSL 347.42º 0.98% 0.51% -
HSV(B) 347.42º 0.98% 0.99% -
XYZ 41.3 21.29 5.8 -
YUV 85.08 112.16 247.77 -
System Red Green Blue C M Y K H S L
Decimal 253 5 57 0 0.98 0.77 0.01 347.42 0.98 0.51
Hex FD 5 39 0 62 4D 1 15B 62 33
Octal 375 5 71 0 142 115 1 533 142 63
Binary 11111101 101 111001 0 1100010 1001101 1 101011011 1100010 110011

Color Harmonies of #FD0539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD0539

Black with #FD0539

Text Example


Text Example

White with #FD0539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD0539; }

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

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

background-color css

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

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

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

border-color css

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

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

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