Html Css Color HEX #D51D2D Fire Engine Red

📋 copy color: '#D51D2D'

red 213 ◦ green 29 ◦ blue 45

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

Shades of Fire Engine Red #D51D2D

Tints of Fire Engine Red #D51D2D

RGB

 RED value IS 213 (83.59% from 255) = 74.22%

 GREEN value IS 29 (11.72% from 255) = 10.1%

 BLUE value IS 45 (17.97% from 255) = 15.68%

R = 74.22%
G = 10.1%
B = 15.68%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D51D2D (or 0xD51D2D) is known color: Fire Engine Red. HEX triplet: D5, 1D and 2D. RGB value is (213,29,45). Sum of RGB (Red+Green+Blue) = 213+29+45=287 (38% of max value = 765). Red value is 213 (83.59% from 255 or 74.22% from 287); Green value is 29 (11.72% from 255 or 10.10% from 287); Blue value is 45 (17.97% from 255 or 15.68% from 287); Max value from RGB is 213 - color contains mainly: red. Hex color #D51D2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D51D2D is #2AE2D2. Grayscale: #555555. Windows color (decimal): -2810579 or 2956757. OLE color: 2956757.

HSL color Cylindrical-coordinate representation of color #D51D2D: hue angle of 354.78º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D51D2D is Cyan = 0, Magento = 0.86, Yellow = 0.79 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 29 45 -
CMYK 0 0.86 0.79 0.16
HSL 354.78º 0.76% 0.47% -
HSV(B) 354.78º 0.86% 0.84% -
XYZ 28.35 15.21 3.92 -
YUV 85.84 104.96 218.7 -
System Red Green Blue C M Y K H S L
Decimal 213 29 45 0 0.86 0.79 0.16 354.78 0.76 0.47
Hex D5 1D 2D 0 56 4F 10 163 4C 2F
Octal 325 35 55 0 126 117 20 543 114 57
Binary 11010101 11101 101101 0 1010110 1001111 10000 101100011 1001100 101111

Color Harmonies of #D51D2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51D2D

Black with #D51D2D

Text Example


Text Example

White with #D51D2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51D2D; }

 p { color: rgb(213,29,45); }

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

background-color css

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

 a { background-color: rgb(213,29,45); }

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

border-color css

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

 span { border-color: rgb(213,29,45); }

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