Html Css Color HEX #D9132A Fire Engine Red

📋 copy color: '#D9132A'

red 217 ◦ green 19 ◦ blue 42

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

Shades of Fire Engine Red #D9132A

Tints of Fire Engine Red #D9132A

RGB

 RED value IS 217 (85.16% from 255) = 78.06%

 GREEN value IS 19 (7.81% from 255) = 6.83%

 BLUE value IS 42 (16.8% from 255) = 15.11%

R = 78.06%
G = 6.83%
B = 15.11%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#D9132A (or 0xD9132A) is known color: Fire Engine Red. HEX triplet: D9, 13 and 2A. RGB value is (217,19,42). Sum of RGB (Red+Green+Blue) = 217+19+42=278 (36% of max value = 765). Red value is 217 (85.16% from 255 or 78.06% from 278); Green value is 19 (7.81% from 255 or 6.83% from 278); Blue value is 42 (16.80% from 255 or 15.11% from 278); Max value from RGB is 217 - color contains mainly: red. Hex color #D9132A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9132A is #26ECD5. Grayscale: #505050. Windows color (decimal): -2550998 or 2757593. OLE color: 2757593.

HSL color Cylindrical-coordinate representation of color #D9132A: hue angle of 353.03º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D9132A is Cyan = 0, Magento = 0.91, Yellow = 0.81 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 19 42 -
CMYK 0 0.91 0.81 0.15
HSL 353.03º 0.84% 0.46% -
HSV(B) 353.03º 0.91% 0.85% -
XYZ 29.27 15.38 3.62 -
YUV 80.82 106.1 225.13 -
System Red Green Blue C M Y K H S L
Decimal 217 19 42 0 0.91 0.81 0.15 353.03 0.84 0.46
Hex D9 13 2A 0 5B 51 F 161 54 2E
Octal 331 23 52 0 133 121 17 541 124 56
Binary 11011001 10011 101010 0 1011011 1010001 1111 101100001 1010100 101110

Color Harmonies of #D9132A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9132A

Black with #D9132A

Text Example


Text Example

White with #D9132A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9132A; }

 p { color: rgb(217,19,42); }

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

background-color css

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

 a { background-color: rgb(217,19,42); }

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

border-color css

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

 span { border-color: rgb(217,19,42); }

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