Html Css Color HEX #D1152B Fire Engine Red

📋 copy color: '#D1152B'

red 209 ◦ green 21 ◦ blue 43

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

Shades of Fire Engine Red #D1152B

Tints of Fire Engine Red #D1152B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.69%

 BLUE value IS 43 (17.19% from 255) = 15.75%

R = 76.56%
G = 7.69%
B = 15.75%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.79

 K value IS 0.18

RGB Variations

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

Color information

#D1152B (or 0xD1152B) is known color: Fire Engine Red. HEX triplet: D1, 15 and 2B. RGB value is (209,21,43). Sum of RGB (Red+Green+Blue) = 209+21+43=273 (36% of max value = 765). Red value is 209 (82.03% from 255 or 76.56% from 273); Green value is 21 (8.59% from 255 or 7.69% from 273); Blue value is 43 (17.19% from 255 or 15.75% from 273); Max value from RGB is 209 - color contains mainly: red. Hex color #D1152B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1152B is #2EEAD4. Grayscale: #4F4F4F. Windows color (decimal): -3074773 or 2823633. OLE color: 2823633.

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

Color convert

RGB 209 21 43 -
CMYK 0 0.90 0.79 0.18
HSL 352.98º 0.82% 0.45% -
HSV(B) 352.98º 0.9% 0.82% -
XYZ 27 14.27 3.62 -
YUV 79.72 107.28 220.21 -
System Red Green Blue C M Y K H S L
Decimal 209 21 43 0 0.90 0.79 0.18 352.98 0.82 0.45
Hex D1 15 2B 0 5A 4F 12 161 52 2D
Octal 321 25 53 0 132 117 22 541 122 55
Binary 11010001 10101 101011 0 1011010 1001111 10010 101100001 1010010 101101

Color Harmonies of #D1152B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1152B

Black with #D1152B

Text Example


Text Example

White with #D1152B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1152B; }

 p { color: rgb(209,21,43); }

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

background-color css

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

 a { background-color: rgb(209,21,43); }

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

border-color css

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

 span { border-color: rgb(209,21,43); }

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