Html Css Color HEX #FD082E Torch Red

📋 copy color: '#FD082E'

red 253 ◦ green 8 ◦ blue 46

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

Shades of Torch Red #FD082E

Tints of Torch Red #FD082E

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.61%

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

R = 82.41%
G = 2.61%
B = 14.98%

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

#FD082E (or 0xFD082E) is known color: Torch Red. HEX triplet: FD, 08 and 2E. RGB value is (253,8,46). Sum of RGB (Red+Green+Blue) = 253+8+46=307 (40% of max value = 765). Red value is 253 (99.22% from 255 or 82.41% from 307); Green value is 8 (3.52% from 255 or 2.61% from 307); Blue value is 46 (18.36% from 255 or 14.98% from 307); Max value from RGB is 253 - color contains mainly: red. Hex color #FD082E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD082E is #02F7D1. Grayscale: #555555. Windows color (decimal): -194514 or 3016957. OLE color: 3016957.

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

Color convert

RGB 253 8 46 -
CMYK 0 0.97 0.82 0.01
HSL 350.69º 0.98% 0.51% -
HSV(B) 350.69º 0.97% 0.99% -
XYZ 41.09 21.25 4.52 -
YUV 85.59 105.67 247.41 -
System Red Green Blue C M Y K H S L
Decimal 253 8 46 0 0.97 0.82 0.01 350.69 0.98 0.51
Hex FD 8 2E 0 61 52 1 15F 62 33
Octal 375 10 56 0 141 122 1 537 142 63
Binary 11111101 1000 101110 0 1100001 1010010 1 101011111 1100010 110011

Color Harmonies of #FD082E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD082E

Black with #FD082E

Text Example


Text Example

White with #FD082E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD082E; }

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

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

background-color css

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

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

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

border-color css

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

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

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