Html Css Color HEX #FD053F Torch Red

📋 copy color: '#FD053F'

red 253 ◦ green 5 ◦ blue 63

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

Shades of Torch Red #FD053F

Tints of Torch Red #FD053F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 19.63%

R = 78.82%
G = 1.56%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FD053F (or 0xFD053F) is known color: Torch Red. HEX triplet: FD, 05 and 3F. RGB value is (253,5,63). Sum of RGB (Red+Green+Blue) = 253+5+63=321 (42% of max value = 765). Red value is 253 (99.22% from 255 or 78.82% from 321); Green value is 5 (2.34% from 255 or 1.56% from 321); Blue value is 63 (25% from 255 or 19.63% from 321); Max value from RGB is 253 - color contains mainly: red. Hex color #FD053F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD053F is #02FAC0. Grayscale: #555555. Windows color (decimal): -195265 or 4130301. OLE color: 4130301.

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

Color convert

RGB 253 5 63 -
CMYK 0 0.98 0.75 0.01
HSL 345.97º 0.98% 0.51% -
HSV(B) 345.97º 0.98% 0.99% -
XYZ 41.46 21.35 6.64 -
YUV 85.76 115.16 247.28 -
System Red Green Blue C M Y K H S L
Decimal 253 5 63 0 0.98 0.75 0.01 345.97 0.98 0.51
Hex FD 5 3F 0 62 4B 1 15A 62 33
Octal 375 5 77 0 142 113 1 532 142 63
Binary 11111101 101 111111 0 1100010 1001011 1 101011010 1100010 110011

Color Harmonies of #FD053F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD053F

Black with #FD053F

Text Example


Text Example

White with #FD053F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD053F; }

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

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

background-color css

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

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

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

border-color css

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

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

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