Html Css Color HEX #D4082A Fire Engine Red

📋 copy color: '#D4082A'

red 212 ◦ green 8 ◦ blue 42

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

Shades of Fire Engine Red #D4082A

Tints of Fire Engine Red #D4082A

RGB

 RED value IS 212 (83.2% from 255) = 80.92%

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

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

R = 80.92%
G = 3.05%
B = 16.03%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.80

 K value IS 0.17

RGB Variations

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

Color information

#D4082A (or 0xD4082A) is known color: Fire Engine Red. HEX triplet: D4, 08 and 2A. RGB value is (212,8,42). Sum of RGB (Red+Green+Blue) = 212+8+42=262 (34% of max value = 765). Red value is 212 (83.20% from 255 or 80.92% from 262); Green value is 8 (3.52% from 255 or 3.05% from 262); Blue value is 42 (16.80% from 255 or 16.03% from 262); Max value from RGB is 212 - color contains mainly: red. Hex color #D4082A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4082A is #2BF7D5. Grayscale: #484848. Windows color (decimal): -2881494 or 2754772. OLE color: 2754772.

HSL color Cylindrical-coordinate representation of color #D4082A: hue angle of 350º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D4082A is Cyan = 0, Magento = 0.96, Yellow = 0.80 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 8 42 -
CMYK 0 0.96 0.80 0.17
HSL 350º 0.93% 0.43% -
HSV(B) 350º 0.96% 0.83% -
XYZ 27.66 14.34 3.5 -
YUV 72.87 110.59 227.24 -
System Red Green Blue C M Y K H S L
Decimal 212 8 42 0 0.96 0.80 0.17 350 0.93 0.43
Hex D4 8 2A 0 60 50 11 15E 5D 2B
Octal 324 10 52 0 140 120 21 536 135 53
Binary 11010100 1000 101010 0 1100000 1010000 10001 101011110 1011101 101011

Color Harmonies of #D4082A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4082A

Black with #D4082A

Text Example


Text Example

White with #D4082A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4082A; }

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

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

background-color css

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

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

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

border-color css

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

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

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