Html Css Color HEX #D2191B Fire Engine Red

📋 copy color: '#D2191B'

red 210 ◦ green 25 ◦ blue 27

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

Shades of Fire Engine Red #D2191B

Tints of Fire Engine Red #D2191B

RGB

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

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

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

R = 80.15%
G = 9.54%
B = 10.31%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.87

 K value IS 0.18

RGB Variations

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

Color information

#D2191B (or 0xD2191B) is known color: Fire Engine Red. HEX triplet: D2, 19 and 1B. RGB value is (210,25,27). Sum of RGB (Red+Green+Blue) = 210+25+27=262 (34% of max value = 765). Red value is 210 (82.42% from 255 or 80.15% from 262); Green value is 25 (10.16% from 255 or 9.54% from 262); Blue value is 27 (10.94% from 255 or 10.31% from 262); Max value from RGB is 210 - color contains mainly: red. Hex color #D2191B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2191B is #2DE6E4. Grayscale: #505050. Windows color (decimal): -3008229 or 1776082. OLE color: 1776082.

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

Color convert

RGB 210 25 27 -
CMYK 0 0.88 0.87 0.18
HSL 359.35º 0.79% 0.46% -
HSV(B) 359.35º 0.88% 0.82% -
XYZ 27.12 14.48 2.4 -
YUV 80.54 97.79 220.34 -
System Red Green Blue C M Y K H S L
Decimal 210 25 27 0 0.88 0.87 0.18 359.35 0.79 0.46
Hex D2 19 1B 0 58 57 12 167 4F 2E
Octal 322 31 33 0 130 127 22 547 117 56
Binary 11010010 11001 11011 0 1011000 1010111 10010 101100111 1001111 101110

Color Harmonies of #D2191B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2191B

Black with #D2191B

Text Example


Text Example

White with #D2191B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2191B; }

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

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

background-color css

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

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

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

border-color css

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

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

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