Html Css Color HEX #D2191F Fire Engine Red

📋 copy color: '#D2191F'

red 210 ◦ green 25 ◦ blue 31

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

Shades of Fire Engine Red #D2191F

Tints of Fire Engine Red #D2191F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 11.65%

R = 78.95%
G = 9.4%
B = 11.65%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D2191F (or 0xD2191F) is known color: Fire Engine Red. HEX triplet: D2, 19 and 1F. RGB value is (210,25,31). Sum of RGB (Red+Green+Blue) = 210+25+31=266 (35% of max value = 765). Red value is 210 (82.42% from 255 or 78.95% from 266); Green value is 25 (10.16% from 255 or 9.40% from 266); Blue value is 31 (12.5% from 255 or 11.65% from 266); Max value from RGB is 210 - color contains mainly: red. Hex color #D2191F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2191F is #2DE6E0. Grayscale: #515151. Windows color (decimal): -3008225 or 2038226. OLE color: 2038226.

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

Color convert

RGB 210 25 31 -
CMYK 0 0.88 0.85 0.18
HSL 358.05º 0.79% 0.46% -
HSV(B) 358.05º 0.88% 0.82% -
XYZ 27.17 14.5 2.66 -
YUV 81 99.79 220.01 -
System Red Green Blue C M Y K H S L
Decimal 210 25 31 0 0.88 0.85 0.18 358.05 0.79 0.46
Hex D2 19 1F 0 58 55 12 166 4F 2E
Octal 322 31 37 0 130 125 22 546 117 56
Binary 11010010 11001 11111 0 1011000 1010101 10010 101100110 1001111 101110

Color Harmonies of #D2191F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2191F

Black with #D2191F

Text Example


Text Example

White with #D2191F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2191F; }

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

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

background-color css

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

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

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

border-color css

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

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

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