Html Css Color HEX #FD053A Torch Red

📋 copy color: '#FD053A'

red 253 ◦ green 5 ◦ blue 58

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

Shades of Torch Red #FD053A

Tints of Torch Red #FD053A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 18.35%

R = 80.06%
G = 1.58%
B = 18.35%

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

#FD053A (or 0xFD053A) is known color: Torch Red. HEX triplet: FD, 05 and 3A. RGB value is (253,5,58). Sum of RGB (Red+Green+Blue) = 253+5+58=316 (41% of max value = 765). Red value is 253 (99.22% from 255 or 80.06% from 316); Green value is 5 (2.34% from 255 or 1.58% from 316); Blue value is 58 (23.05% from 255 or 18.35% from 316); Max value from RGB is 253 - color contains mainly: red. Hex color #FD053A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD053A is #02FAC5. Grayscale: #555555. Windows color (decimal): -195270 or 3802621. OLE color: 3802621.

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

Color convert

RGB 253 5 58 -
CMYK 0 0.98 0.77 0.01
HSL 347.18º 0.98% 0.51% -
HSV(B) 347.18º 0.98% 0.99% -
XYZ 41.33 21.3 5.94 -
YUV 85.19 112.66 247.69 -
System Red Green Blue C M Y K H S L
Decimal 253 5 58 0 0.98 0.77 0.01 347.18 0.98 0.51
Hex FD 5 3A 0 62 4D 1 15B 62 33
Octal 375 5 72 0 142 115 1 533 142 63
Binary 11111101 101 111010 0 1100010 1001101 1 101011011 1100010 110011

Color Harmonies of #FD053A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD053A

Black with #FD053A

Text Example


Text Example

White with #FD053A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD053A; }

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

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

background-color css

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

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

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

border-color css

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

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

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