Html Css Color HEX #FD072D Torch Red

📋 copy color: '#FD072D'

red 253 ◦ green 7 ◦ blue 45

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

Shades of Torch Red #FD072D

Tints of Torch Red #FD072D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 14.75%

R = 82.95%
G = 2.3%
B = 14.75%

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

#FD072D (or 0xFD072D) is known color: Torch Red. HEX triplet: FD, 07 and 2D. RGB value is (253,7,45). Sum of RGB (Red+Green+Blue) = 253+7+45=305 (40% of max value = 765). Red value is 253 (99.22% from 255 or 82.95% from 305); Green value is 7 (3.12% from 255 or 2.30% from 305); Blue value is 45 (17.97% from 255 or 14.75% from 305); Max value from RGB is 253 - color contains mainly: red. Hex color #FD072D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD072D is #02F8D2. Grayscale: #545454. Windows color (decimal): -194771 or 2951165. OLE color: 2951165.

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

Color convert

RGB 253 7 45 -
CMYK 0 0.97 0.82 0.01
HSL 350.73º 0.98% 0.51% -
HSV(B) 350.73º 0.97% 0.99% -
XYZ 41.06 21.22 4.42 -
YUV 84.89 105.5 247.91 -
System Red Green Blue C M Y K H S L
Decimal 253 7 45 0 0.97 0.82 0.01 350.73 0.98 0.51
Hex FD 7 2D 0 61 52 1 15F 62 33
Octal 375 7 55 0 141 122 1 537 142 63
Binary 11111101 111 101101 0 1100001 1010010 1 101011111 1100010 110011

Color Harmonies of #FD072D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD072D

Black with #FD072D

Text Example


Text Example

White with #FD072D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD072D; }

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

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

background-color css

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

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

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

border-color css

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

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

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