Html Css Color HEX #D2181E Fire Engine Red

📋 copy color: '#D2181E'

red 210 ◦ green 24 ◦ blue 30

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

Shades of Fire Engine Red #D2181E

Tints of Fire Engine Red #D2181E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 11.36%

R = 79.55%
G = 9.09%
B = 11.36%

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

#D2181E (or 0xD2181E) is known color: Fire Engine Red. HEX triplet: D2, 18 and 1E. RGB value is (210,24,30). Sum of RGB (Red+Green+Blue) = 210+24+30=264 (34% of max value = 765). Red value is 210 (82.42% from 255 or 79.55% from 264); Green value is 24 (9.77% from 255 or 9.09% from 264); Blue value is 30 (12.11% from 255 or 11.36% from 264); Max value from RGB is 210 - color contains mainly: red. Hex color #D2181E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2181E is #2DE7E1. Grayscale: #505050. Windows color (decimal): -3008482 or 1972434. OLE color: 1972434.

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

Color convert

RGB 210 24 30 -
CMYK 0 0.89 0.86 0.18
HSL 358.06º 0.79% 0.46% -
HSV(B) 358.06º 0.89% 0.82% -
XYZ 27.14 14.45 2.59 -
YUV 80.3 99.62 220.51 -
System Red Green Blue C M Y K H S L
Decimal 210 24 30 0 0.89 0.86 0.18 358.06 0.79 0.46
Hex D2 18 1E 0 59 56 12 166 4F 2E
Octal 322 30 36 0 131 126 22 546 117 56
Binary 11010010 11000 11110 0 1011001 1010110 10010 101100110 1001111 101110

Color Harmonies of #D2181E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2181E

Black with #D2181E

Text Example


Text Example

White with #D2181E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2181E; }

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

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

background-color css

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

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

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

border-color css

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

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

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