Html Css Color HEX #D4152C Fire Engine Red

📋 copy color: '#D4152C'

red 212 ◦ green 21 ◦ blue 44

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

Shades of Fire Engine Red #D4152C

Tints of Fire Engine Red #D4152C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 15.88%

R = 76.53%
G = 7.58%
B = 15.88%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.79

 K value IS 0.17

RGB Variations

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

Color information

#D4152C (or 0xD4152C) is known color: Fire Engine Red. HEX triplet: D4, 15 and 2C. RGB value is (212,21,44). Sum of RGB (Red+Green+Blue) = 212+21+44=277 (36% of max value = 765). Red value is 212 (83.20% from 255 or 76.53% from 277); Green value is 21 (8.59% from 255 or 7.58% from 277); Blue value is 44 (17.58% from 255 or 15.88% from 277); Max value from RGB is 212 - color contains mainly: red. Hex color #D4152C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4152C is #2BEAD3. Grayscale: #505050. Windows color (decimal): -2878164 or 2889172. OLE color: 2889172.

HSL color Cylindrical-coordinate representation of color #D4152C: hue angle of 352.77º 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 #D4152C is Cyan = 0, Magento = 0.90, Yellow = 0.79 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 21 44 -
CMYK 0 0.90 0.79 0.17
HSL 352.77º 0.82% 0.46% -
HSV(B) 352.77º 0.9% 0.83% -
XYZ 27.87 14.72 3.75 -
YUV 80.73 107.28 221.63 -
System Red Green Blue C M Y K H S L
Decimal 212 21 44 0 0.90 0.79 0.17 352.77 0.82 0.46
Hex D4 15 2C 0 5A 4F 11 161 52 2E
Octal 324 25 54 0 132 117 21 541 122 56
Binary 11010100 10101 101100 0 1011010 1001111 10001 101100001 1010010 101110

Color Harmonies of #D4152C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4152C

Black with #D4152C

Text Example


Text Example

White with #D4152C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4152C; }

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

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

background-color css

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

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

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

border-color css

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

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

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