Html Css Color HEX #FD082A Torch Red

📋 copy color: '#FD082A'

red 253 ◦ green 8 ◦ blue 42

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

Shades of Torch Red #FD082A

Tints of Torch Red #FD082A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 13.86%

R = 83.5%
G = 2.64%
B = 13.86%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FD082A (or 0xFD082A) is known color: Torch Red. HEX triplet: FD, 08 and 2A. RGB value is (253,8,42). Sum of RGB (Red+Green+Blue) = 253+8+42=303 (40% of max value = 765). Red value is 253 (99.22% from 255 or 83.50% from 303); Green value is 8 (3.52% from 255 or 2.64% from 303); Blue value is 42 (16.80% from 255 or 13.86% from 303); Max value from RGB is 253 - color contains mainly: red. Hex color #FD082A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD082A is #02F7D5. Grayscale: #555555. Windows color (decimal): -194518 or 2754813. OLE color: 2754813.

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

Color convert

RGB 253 8 42 -
CMYK 0 0.97 0.83 0.01
HSL 351.67º 0.98% 0.51% -
HSV(B) 351.67º 0.97% 0.99% -
XYZ 41.01 21.22 4.13 -
YUV 85.13 103.67 247.74 -
System Red Green Blue C M Y K H S L
Decimal 253 8 42 0 0.97 0.83 0.01 351.67 0.98 0.51
Hex FD 8 2A 0 61 53 1 160 62 33
Octal 375 10 52 0 141 123 1 540 142 63
Binary 11111101 1000 101010 0 1100001 1010011 1 101100000 1100010 110011

Color Harmonies of #FD082A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD082A

Black with #FD082A

Text Example


Text Example

White with #FD082A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD082A; }

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

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

background-color css

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

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

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

border-color css

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

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

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