Html Css Color HEX #D2181D Fire Engine Red

📋 copy color: '#D2181D'

red 210 ◦ green 24 ◦ blue 29

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

Shades of Fire Engine Red #D2181D

Tints of Fire Engine Red #D2181D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.13%

 BLUE value IS 29 (11.72% from 255) = 11.03%

R = 79.85%
G = 9.13%
B = 11.03%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D2181D (or 0xD2181D) is known color: Fire Engine Red. HEX triplet: D2, 18 and 1D. RGB value is (210,24,29). Sum of RGB (Red+Green+Blue) = 210+24+29=263 (34% of max value = 765). Red value is 210 (82.42% from 255 or 79.85% from 263); Green value is 24 (9.77% from 255 or 9.13% from 263); Blue value is 29 (11.72% from 255 or 11.03% from 263); Max value from RGB is 210 - color contains mainly: red. Hex color #D2181D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2181D is #2DE7E2. Grayscale: #505050. Windows color (decimal): -3008483 or 1906898. OLE color: 1906898.

HSL color Cylindrical-coordinate representation of color #D2181D: hue angle of 358.39º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D2181D is Cyan = 0, Magento = 0.89, Yellow = 0.86 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 24 29 -
CMYK 0 0.89 0.86 0.18
HSL 358.39º 0.79% 0.46% -
HSV(B) 358.39º 0.89% 0.82% -
XYZ 27.13 14.44 2.52 -
YUV 80.18 99.12 220.59 -
System Red Green Blue C M Y K H S L
Decimal 210 24 29 0 0.89 0.86 0.18 358.39 0.79 0.46
Hex D2 18 1D 0 59 56 12 166 4F 2E
Octal 322 30 35 0 131 126 22 546 117 56
Binary 11010010 11000 11101 0 1011001 1010110 10010 101100110 1001111 101110

Color Harmonies of #D2181D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2181D

Black with #D2181D

Text Example


Text Example

White with #D2181D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2181D; }

 p { color: rgb(210,24,29); }

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

background-color css

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

 a { background-color: rgb(210,24,29); }

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

border-color css

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

 span { border-color: rgb(210,24,29); }

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