Html Css Color HEX #D4151D Fire Engine Red

📋 copy color: '#D4151D'

red 212 ◦ green 21 ◦ blue 29

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

Shades of Fire Engine Red #D4151D

Tints of Fire Engine Red #D4151D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 11.07%

R = 80.92%
G = 8.02%
B = 11.07%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.86

 K value IS 0.17

RGB Variations

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

Color information

#D4151D (or 0xD4151D) is known color: Fire Engine Red. HEX triplet: D4, 15 and 1D. RGB value is (212,21,29). Sum of RGB (Red+Green+Blue) = 212+21+29=262 (34% of max value = 765). Red value is 212 (83.20% from 255 or 80.92% from 262); Green value is 21 (8.59% from 255 or 8.02% from 262); Blue value is 29 (11.72% from 255 or 11.07% from 262); Max value from RGB is 212 - color contains mainly: red. Hex color #D4151D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4151D is #2BEAE2. Grayscale: #4F4F4F. Windows color (decimal): -2878179 or 1906132. OLE color: 1906132.

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

Color convert

RGB 212 21 29 -
CMYK 0 0.90 0.86 0.17
HSL 357.49º 0.82% 0.46% -
HSV(B) 357.49º 0.9% 0.83% -
XYZ 27.64 14.62 2.53 -
YUV 79.02 99.78 222.85 -
System Red Green Blue C M Y K H S L
Decimal 212 21 29 0 0.90 0.86 0.17 357.49 0.82 0.46
Hex D4 15 1D 0 5A 56 11 165 52 2E
Octal 324 25 35 0 132 126 21 545 122 56
Binary 11010100 10101 11101 0 1011010 1010110 10001 101100101 1010010 101110

Color Harmonies of #D4151D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4151D

Black with #D4151D

Text Example


Text Example

White with #D4151D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4151D; }

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

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

background-color css

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

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

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

border-color css

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

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

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