Html Css Color HEX #D4152B Fire Engine Red

📋 copy color: '#D4152B'

red 212 ◦ green 21 ◦ blue 43

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

Shades of Fire Engine Red #D4152B

Tints of Fire Engine Red #D4152B

RGB

 RED value IS 212 (83.2% from 255) = 76.81%

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

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

R = 76.81%
G = 7.61%
B = 15.58%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.80

 K value IS 0.17

RGB Variations

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

Color information

#D4152B (or 0xD4152B) is known color: Fire Engine Red. HEX triplet: D4, 15 and 2B. RGB value is (212,21,43). Sum of RGB (Red+Green+Blue) = 212+21+43=276 (36% of max value = 765). Red value is 212 (83.20% from 255 or 76.81% from 276); Green value is 21 (8.59% from 255 or 7.61% from 276); Blue value is 43 (17.19% from 255 or 15.58% from 276); Max value from RGB is 212 - color contains mainly: red. Hex color #D4152B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4152B is #2BEAD4. Grayscale: #505050. Windows color (decimal): -2878165 or 2823636. OLE color: 2823636.

HSL color Cylindrical-coordinate representation of color #D4152B: hue angle of 353.09º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D4152B is Cyan = 0, Magento = 0.90, Yellow = 0.80 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 21 43 -
CMYK 0 0.90 0.80 0.17
HSL 353.09º 0.82% 0.46% -
HSV(B) 353.09º 0.9% 0.83% -
XYZ 27.86 14.71 3.66 -
YUV 80.62 106.78 221.71 -
System Red Green Blue C M Y K H S L
Decimal 212 21 43 0 0.90 0.80 0.17 353.09 0.82 0.46
Hex D4 15 2B 0 5A 50 11 161 52 2E
Octal 324 25 53 0 132 120 21 541 122 56
Binary 11010100 10101 101011 0 1011010 1010000 10001 101100001 1010010 101110

Color Harmonies of #D4152B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4152B

Black with #D4152B

Text Example


Text Example

White with #D4152B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4152B; }

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

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

background-color css

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

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

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

border-color css

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

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

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