Html Css Color HEX #D2192D Fire Engine Red

📋 copy color: '#D2192D'

red 210 ◦ green 25 ◦ blue 45

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

Shades of Fire Engine Red #D2192D

Tints of Fire Engine Red #D2192D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.93%

 BLUE value IS 45 (17.97% from 255) = 16.07%

R = 75%
G = 8.93%
B = 16.07%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.79

 K value IS 0.18

RGB Variations

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

Color information

#D2192D (or 0xD2192D) is known color: Fire Engine Red. HEX triplet: D2, 19 and 2D. RGB value is (210,25,45). Sum of RGB (Red+Green+Blue) = 210+25+45=280 (37% of max value = 765). Red value is 210 (82.42% from 255 or 75% from 280); Green value is 25 (10.16% from 255 or 8.93% from 280); Blue value is 45 (17.97% from 255 or 16.07% from 280); Max value from RGB is 210 - color contains mainly: red. Hex color #D2192D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2192D is #2DE6D2. Grayscale: #525252. Windows color (decimal): -3008211 or 2955730. OLE color: 2955730.

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

Color convert

RGB 210 25 45 -
CMYK 0 0.88 0.79 0.18
HSL 353.51º 0.79% 0.46% -
HSV(B) 353.51º 0.88% 0.82% -
XYZ 27.4 14.59 3.85 -
YUV 82.6 106.79 218.87 -
System Red Green Blue C M Y K H S L
Decimal 210 25 45 0 0.88 0.79 0.18 353.51 0.79 0.46
Hex D2 19 2D 0 58 4F 12 162 4F 2E
Octal 322 31 55 0 130 117 22 542 117 56
Binary 11010010 11001 101101 0 1011000 1001111 10010 101100010 1001111 101110

Color Harmonies of #D2192D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2192D

Black with #D2192D

Text Example


Text Example

White with #D2192D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2192D; }

 p { color: rgb(210,25,45); }

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

background-color css

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

 a { background-color: rgb(210,25,45); }

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

border-color css

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

 span { border-color: rgb(210,25,45); }

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