Html Css Color HEX #D2082A Fire Engine Red

📋 copy color: '#D2082A'

red 210 ◦ green 8 ◦ blue 42

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

Shades of Fire Engine Red #D2082A

Tints of Fire Engine Red #D2082A

RGB

 RED value IS 210 (82.42% from 255) = 80.77%

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

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

R = 80.77%
G = 3.08%
B = 16.15%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.8

 K value IS 0.18

RGB Variations

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

Color information

#D2082A (or 0xD2082A) is known color: Fire Engine Red. HEX triplet: D2, 08 and 2A. RGB value is (210,8,42). Sum of RGB (Red+Green+Blue) = 210+8+42=260 (34% of max value = 765). Red value is 210 (82.42% from 255 or 80.77% from 260); Green value is 8 (3.52% from 255 or 3.08% from 260); Blue value is 42 (16.80% from 255 or 16.15% from 260); Max value from RGB is 210 - color contains mainly: red. Hex color #D2082A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2082A is #2DF7D5. Grayscale: #484848. Windows color (decimal): -3012566 or 2754770. OLE color: 2754770.

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

Color convert

RGB 210 8 42 -
CMYK 0 0.96 0.8 0.18
HSL 349.9º 0.93% 0.43% -
HSV(B) 349.9º 0.96% 0.82% -
XYZ 27.08 14.04 3.47 -
YUV 72.27 110.92 226.24 -
System Red Green Blue C M Y K H S L
Decimal 210 8 42 0 0.96 0.8 0.18 349.9 0.93 0.43
Hex D2 8 2A 0 60 50 12 15E 5D 2B
Octal 322 10 52 0 140 120 22 536 135 53
Binary 11010010 1000 101010 0 1100000 1010000 10010 101011110 1011101 101011

Color Harmonies of #D2082A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2082A

Black with #D2082A

Text Example


Text Example

White with #D2082A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2082A; }

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

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

background-color css

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

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

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

border-color css

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

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

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