Html Css Color HEX #FD051E Torch Red

📋 copy color: '#FD051E'

red 253 ◦ green 5 ◦ blue 30

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

Shades of Torch Red #FD051E

Tints of Torch Red #FD051E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.42%

R = 87.85%
G = 1.74%
B = 10.42%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FD051E (or 0xFD051E) is known color: Torch Red. HEX triplet: FD, 05 and 1E. RGB value is (253,5,30). Sum of RGB (Red+Green+Blue) = 253+5+30=288 (38% of max value = 765). Red value is 253 (99.22% from 255 or 87.85% from 288); Green value is 5 (2.34% from 255 or 1.74% from 288); Blue value is 30 (12.11% from 255 or 10.42% from 288); Max value from RGB is 253 - color contains mainly: red. Hex color #FD051E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD051E is #02FAE1. Grayscale: #525252. Windows color (decimal): -195298 or 1967613. OLE color: 1967613.

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

Color convert

RGB 253 5 30 -
CMYK 0 0.98 0.88 0.01
HSL 353.95º 0.98% 0.51% -
HSV(B) 353.95º 0.98% 0.99% -
XYZ 40.8 21.08 3.15 -
YUV 82 98.66 249.97 -
System Red Green Blue C M Y K H S L
Decimal 253 5 30 0 0.98 0.88 0.01 353.95 0.98 0.51
Hex FD 5 1E 0 62 58 1 162 62 33
Octal 375 5 36 0 142 130 1 542 142 63
Binary 11111101 101 11110 0 1100010 1011000 1 101100010 1100010 110011

Color Harmonies of #FD051E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD051E

Black with #FD051E

Text Example


Text Example

White with #FD051E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD051E; }

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

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

background-color css

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

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

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

border-color css

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

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

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