Html Css Color HEX #D0082D Fire Engine Red

📋 copy color: '#D0082D'

red 208 ◦ green 8 ◦ blue 45

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

Shades of Fire Engine Red #D0082D

Tints of Fire Engine Red #D0082D

RGB

 RED value IS 208 (81.64% from 255) = 79.69%

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

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

R = 79.69%
G = 3.07%
B = 17.24%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#D0082D (or 0xD0082D) is known color: Fire Engine Red. HEX triplet: D0, 08 and 2D. RGB value is (208,8,45). Sum of RGB (Red+Green+Blue) = 208+8+45=261 (34% of max value = 765). Red value is 208 (81.64% from 255 or 79.69% from 261); Green value is 8 (3.52% from 255 or 3.07% from 261); Blue value is 45 (17.97% from 255 or 17.24% from 261); Max value from RGB is 208 - color contains mainly: red. Hex color #D0082D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D0082D is #2FF7D2. Grayscale: #484848. Windows color (decimal): -3143635 or 2951376. OLE color: 2951376.

HSL color Cylindrical-coordinate representation of color #D0082D: hue angle of 348.9º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D0082D is Cyan = 0, Magento = 0.96, Yellow = 0.78 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 8 45 -
CMYK 0 0.96 0.78 0.18
HSL 348.9º 0.93% 0.42% -
HSV(B) 348.9º 0.96% 0.82% -
XYZ 26.57 13.77 3.74 -
YUV 72.02 112.76 224.99 -
System Red Green Blue C M Y K H S L
Decimal 208 8 45 0 0.96 0.78 0.18 348.9 0.93 0.42
Hex D0 8 2D 0 60 4E 12 15D 5D 2A
Octal 320 10 55 0 140 116 22 535 135 52
Binary 11010000 1000 101101 0 1100000 1001110 10010 101011101 1011101 101010

Color Harmonies of #D0082D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0082D

Black with #D0082D

Text Example


Text Example

White with #D0082D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0082D; }

 p { color: rgb(208,8,45); }

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

background-color css

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

 a { background-color: rgb(208,8,45); }

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

border-color css

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

 span { border-color: rgb(208,8,45); }

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