Html Css Color HEX #FD072E Torch Red

📋 copy color: '#FD072E'

red 253 ◦ green 7 ◦ blue 46

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

Shades of Torch Red #FD072E

Tints of Torch Red #FD072E

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.29%

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

R = 82.68%
G = 2.29%
B = 15.03%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FD072E (or 0xFD072E) is known color: Torch Red. HEX triplet: FD, 07 and 2E. RGB value is (253,7,46). Sum of RGB (Red+Green+Blue) = 253+7+46=306 (40% of max value = 765). Red value is 253 (99.22% from 255 or 82.68% from 306); Green value is 7 (3.12% from 255 or 2.29% from 306); Blue value is 46 (18.36% from 255 or 15.03% from 306); Max value from RGB is 253 - color contains mainly: red. Hex color #FD072E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD072E is #02F8D1. Grayscale: #555555. Windows color (decimal): -194770 or 3016701. OLE color: 3016701.

HSL color Cylindrical-coordinate representation of color #FD072E: hue angle of 350.49º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FD072E is Cyan = 0, Magento = 0.97, Yellow = 0.82 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 7 46 -
CMYK 0 0.97 0.82 0.01
HSL 350.49º 0.98% 0.51% -
HSV(B) 350.49º 0.97% 0.99% -
XYZ 41.08 21.23 4.52 -
YUV 85 106 247.83 -
System Red Green Blue C M Y K H S L
Decimal 253 7 46 0 0.97 0.82 0.01 350.49 0.98 0.51
Hex FD 7 2E 0 61 52 1 15E 62 33
Octal 375 7 56 0 141 122 1 536 142 63
Binary 11111101 111 101110 0 1100001 1010010 1 101011110 1100010 110011

Color Harmonies of #FD072E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD072E

Black with #FD072E

Text Example


Text Example

White with #FD072E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD072E; }

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

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

background-color css

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

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

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

border-color css

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

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

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