Html Css Color HEX #D2151D Fire Engine Red

📋 copy color: '#D2151D'

red 210 ◦ green 21 ◦ blue 29

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

Shades of Fire Engine Red #D2151D

Tints of Fire Engine Red #D2151D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.08%

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

R = 80.77%
G = 8.08%
B = 11.15%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D2151D (or 0xD2151D) is known color: Fire Engine Red. HEX triplet: D2, 15 and 1D. RGB value is (210,21,29). Sum of RGB (Red+Green+Blue) = 210+21+29=260 (34% of max value = 765). Red value is 210 (82.42% from 255 or 80.77% from 260); Green value is 21 (8.59% from 255 or 8.08% from 260); Blue value is 29 (11.72% from 255 or 11.15% from 260); Max value from RGB is 210 - color contains mainly: red. Hex color #D2151D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2151D is #2DEAE2. Grayscale: #4E4E4E. Windows color (decimal): -3009251 or 1906130. OLE color: 1906130.

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

Color convert

RGB 210 21 29 -
CMYK 0 0.90 0.86 0.18
HSL 357.46º 0.82% 0.45% -
HSV(B) 357.46º 0.9% 0.82% -
XYZ 27.07 14.33 2.5 -
YUV 78.42 100.12 221.85 -
System Red Green Blue C M Y K H S L
Decimal 210 21 29 0 0.90 0.86 0.18 357.46 0.82 0.45
Hex D2 15 1D 0 5A 56 12 165 52 2D
Octal 322 25 35 0 132 126 22 545 122 55
Binary 11010010 10101 11101 0 1011010 1010110 10010 101100101 1010010 101101

Color Harmonies of #D2151D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2151D

Black with #D2151D

Text Example


Text Example

White with #D2151D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2151D; }

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

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

background-color css

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

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

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

border-color css

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

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

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