Html Css Color HEX #FD052E Torch Red

📋 copy color: '#FD052E'

red 253 ◦ green 5 ◦ blue 46

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

Shades of Torch Red #FD052E

Tints of Torch Red #FD052E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 15.13%

R = 83.22%
G = 1.64%
B = 15.13%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FD052E (or 0xFD052E) is known color: Torch Red. HEX triplet: FD, 05 and 2E. RGB value is (253,5,46). Sum of RGB (Red+Green+Blue) = 253+5+46=304 (40% of max value = 765). Red value is 253 (99.22% from 255 or 83.22% from 304); Green value is 5 (2.34% from 255 or 1.64% from 304); Blue value is 46 (18.36% from 255 or 15.13% from 304); Max value from RGB is 253 - color contains mainly: red. Hex color #FD052E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD052E is #02FAD1. Grayscale: #535353. Windows color (decimal): -195282 or 3016189. OLE color: 3016189.

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

Color convert

RGB 253 5 46 -
CMYK 0 0.98 0.82 0.01
HSL 350.08º 0.98% 0.51% -
HSV(B) 350.08º 0.98% 0.99% -
XYZ 41.06 21.19 4.51 -
YUV 83.83 106.66 248.67 -
System Red Green Blue C M Y K H S L
Decimal 253 5 46 0 0.98 0.82 0.01 350.08 0.98 0.51
Hex FD 5 2E 0 62 52 1 15E 62 33
Octal 375 5 56 0 142 122 1 536 142 63
Binary 11111101 101 101110 0 1100010 1010010 1 101011110 1100010 110011

Color Harmonies of #FD052E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD052E

Black with #FD052E

Text Example


Text Example

White with #FD052E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD052E; }

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

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

background-color css

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

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

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

border-color css

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

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

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