Html Css Color HEX #FD0524 Torch Red

📋 copy color: '#FD0524'

red 253 ◦ green 5 ◦ blue 36

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

Shades of Torch Red #FD0524

Tints of Torch Red #FD0524

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 12.24%

R = 86.05%
G = 1.7%
B = 12.24%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.86

 K value IS 0.01

RGB Variations

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

Color information

#FD0524 (or 0xFD0524) is known color: Torch Red. HEX triplet: FD, 05 and 24. RGB value is (253,5,36). Sum of RGB (Red+Green+Blue) = 253+5+36=294 (38% of max value = 765). Red value is 253 (99.22% from 255 or 86.05% from 294); Green value is 5 (2.34% from 255 or 1.70% from 294); Blue value is 36 (14.45% from 255 or 12.24% from 294); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0524 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD0524 is #02FADB. Grayscale: #525252. Windows color (decimal): -195292 or 2360829. OLE color: 2360829.

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

Color convert

RGB 253 5 36 -
CMYK 0 0.98 0.86 0.01
HSL 352.5º 0.98% 0.51% -
HSV(B) 352.5º 0.98% 0.99% -
XYZ 40.88 21.12 3.59 -
YUV 82.69 101.66 249.48 -
System Red Green Blue C M Y K H S L
Decimal 253 5 36 0 0.98 0.86 0.01 352.5 0.98 0.51
Hex FD 5 24 0 62 56 1 160 62 33
Octal 375 5 44 0 142 126 1 540 142 63
Binary 11111101 101 100100 0 1100010 1010110 1 101100000 1100010 110011

Color Harmonies of #FD0524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD0524

Black with #FD0524

Text Example


Text Example

White with #FD0524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD0524; }

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

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

background-color css

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

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

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

border-color css

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

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

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