Html Css Color HEX #D71C1D Fire Engine Red

📋 copy color: '#D71C1D'

red 215 ◦ green 28 ◦ blue 29

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

Shades of Fire Engine Red #D71C1D

Tints of Fire Engine Red #D71C1D

RGB

 RED value IS 215 (84.38% from 255) = 79.04%

 GREEN value IS 28 (11.33% from 255) = 10.29%

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

R = 79.04%
G = 10.29%
B = 10.66%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D71C1D (or 0xD71C1D) is known color: Fire Engine Red. HEX triplet: D7, 1C and 1D. RGB value is (215,28,29). Sum of RGB (Red+Green+Blue) = 215+28+29=272 (36% of max value = 765). Red value is 215 (84.38% from 255 or 79.04% from 272); Green value is 28 (11.33% from 255 or 10.29% from 272); Blue value is 29 (11.72% from 255 or 10.66% from 272); Max value from RGB is 215 - color contains mainly: red. Hex color #D71C1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D71C1D is #28E3E2. Grayscale: #545454. Windows color (decimal): -2679779 or 1907927. OLE color: 1907927.

HSL color Cylindrical-coordinate representation of color #D71C1D: hue angle of 359.68º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D71C1D is Cyan = 0, Magento = 0.87, Yellow = 0.87 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 28 29 -
CMYK 0 0.87 0.87 0.16
HSL 359.68º 0.77% 0.48% -
HSV(B) 359.68º 0.87% 0.84% -
XYZ 28.66 15.37 2.62 -
YUV 84.03 96.95 221.42 -
System Red Green Blue C M Y K H S L
Decimal 215 28 29 0 0.87 0.87 0.16 359.68 0.77 0.48
Hex D7 1C 1D 0 57 57 10 168 4D 30
Octal 327 34 35 0 127 127 20 550 115 60
Binary 11010111 11100 11101 0 1010111 1010111 10000 101101000 1001101 110000

Color Harmonies of #D71C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71C1D

Black with #D71C1D

Text Example


Text Example

White with #D71C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71C1D; }

 p { color: rgb(215,28,29); }

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

background-color css

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

 a { background-color: rgb(215,28,29); }

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

border-color css

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

 span { border-color: rgb(215,28,29); }

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