Html Css Color HEX #D2181B Fire Engine Red

📋 copy color: '#D2181B'

red 210 ◦ green 24 ◦ blue 27

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

Shades of Fire Engine Red #D2181B

Tints of Fire Engine Red #D2181B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.34%

R = 80.46%
G = 9.2%
B = 10.34%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.87

 K value IS 0.18

RGB Variations

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

Color information

#D2181B (or 0xD2181B) is known color: Fire Engine Red. HEX triplet: D2, 18 and 1B. RGB value is (210,24,27). Sum of RGB (Red+Green+Blue) = 210+24+27=261 (34% of max value = 765). Red value is 210 (82.42% from 255 or 80.46% from 261); Green value is 24 (9.77% from 255 or 9.20% from 261); Blue value is 27 (10.94% from 255 or 10.34% from 261); Max value from RGB is 210 - color contains mainly: red. Hex color #D2181B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2181B is #2DE7E4. Grayscale: #505050. Windows color (decimal): -3008485 or 1775826. OLE color: 1775826.

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

Color convert

RGB 210 24 27 -
CMYK 0 0.89 0.87 0.18
HSL 359.03º 0.79% 0.46% -
HSV(B) 359.03º 0.89% 0.82% -
XYZ 27.1 14.43 2.39 -
YUV 79.96 98.12 220.76 -
System Red Green Blue C M Y K H S L
Decimal 210 24 27 0 0.89 0.87 0.18 359.03 0.79 0.46
Hex D2 18 1B 0 59 57 12 167 4F 2E
Octal 322 30 33 0 131 127 22 547 117 56
Binary 11010010 11000 11011 0 1011001 1010111 10010 101100111 1001111 101110

Color Harmonies of #D2181B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2181B

Black with #D2181B

Text Example


Text Example

White with #D2181B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2181B; }

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

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

background-color css

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

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

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

border-color css

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

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

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