Html Css Color HEX #D1132A Fire Engine Red

📋 copy color: '#D1132A'

red 209 ◦ green 19 ◦ blue 42

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

Shades of Fire Engine Red #D1132A

Tints of Fire Engine Red #D1132A

RGB

 RED value IS 209 (82.03% from 255) = 77.41%

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

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

R = 77.41%
G = 7.04%
B = 15.56%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.80

 K value IS 0.18

RGB Variations

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

Color information

#D1132A (or 0xD1132A) is known color: Fire Engine Red. HEX triplet: D1, 13 and 2A. RGB value is (209,19,42). Sum of RGB (Red+Green+Blue) = 209+19+42=270 (35% of max value = 765). Red value is 209 (82.03% from 255 or 77.41% from 270); Green value is 19 (7.81% from 255 or 7.04% from 270); Blue value is 42 (16.80% from 255 or 15.56% from 270); Max value from RGB is 209 - color contains mainly: red. Hex color #D1132A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1132A is #2EECD5. Grayscale: #4E4E4E. Windows color (decimal): -3075286 or 2757585. OLE color: 2757585.

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

Color convert

RGB 209 19 42 -
CMYK 0 0.91 0.80 0.18
HSL 352.74º 0.83% 0.45% -
HSV(B) 352.74º 0.91% 0.82% -
XYZ 26.95 14.19 3.51 -
YUV 78.43 107.45 221.13 -
System Red Green Blue C M Y K H S L
Decimal 209 19 42 0 0.91 0.80 0.18 352.74 0.83 0.45
Hex D1 13 2A 0 5B 50 12 161 53 2D
Octal 321 23 52 0 133 120 22 541 123 55
Binary 11010001 10011 101010 0 1011011 1010000 10010 101100001 1010011 101101

Color Harmonies of #D1132A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1132A

Black with #D1132A

Text Example


Text Example

White with #D1132A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1132A; }

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

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

background-color css

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

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

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

border-color css

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

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

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