Html Css Color HEX #D2082C Fire Engine Red

📋 copy color: '#D2082C'

red 210 ◦ green 8 ◦ blue 44

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

Shades of Fire Engine Red #D2082C

Tints of Fire Engine Red #D2082C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 16.79%

R = 80.15%
G = 3.05%
B = 16.79%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.79

 K value IS 0.18

RGB Variations

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

Color information

#D2082C (or 0xD2082C) is known color: Fire Engine Red. HEX triplet: D2, 08 and 2C. RGB value is (210,8,44). Sum of RGB (Red+Green+Blue) = 210+8+44=262 (34% of max value = 765). Red value is 210 (82.42% from 255 or 80.15% from 262); Green value is 8 (3.52% from 255 or 3.05% from 262); Blue value is 44 (17.58% from 255 or 16.79% from 262); Max value from RGB is 210 - color contains mainly: red. Hex color #D2082C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2082C is #2DF7D3. Grayscale: #484848. Windows color (decimal): -3012564 or 2885842. OLE color: 2885842.

HSL color Cylindrical-coordinate representation of color #D2082C: hue angle of 349.31º 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 #D2082C is Cyan = 0, Magento = 0.96, Yellow = 0.79 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 8 44 -
CMYK 0 0.96 0.79 0.18
HSL 349.31º 0.93% 0.43% -
HSV(B) 349.31º 0.96% 0.82% -
XYZ 27.12 14.06 3.67 -
YUV 72.5 111.92 226.07 -
System Red Green Blue C M Y K H S L
Decimal 210 8 44 0 0.96 0.79 0.18 349.31 0.93 0.43
Hex D2 8 2C 0 60 4F 12 15D 5D 2B
Octal 322 10 54 0 140 117 22 535 135 53
Binary 11010010 1000 101100 0 1100000 1001111 10010 101011101 1011101 101011

Color Harmonies of #D2082C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2082C

Black with #D2082C

Text Example


Text Example

White with #D2082C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2082C; }

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

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

background-color css

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

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

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

border-color css

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

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

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