Html Css Color HEX #D51D25 Fire Engine Red

📋 copy color: '#D51D25'

red 213 ◦ green 29 ◦ blue 37

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

Shades of Fire Engine Red #D51D25

Tints of Fire Engine Red #D51D25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 13.26%

R = 76.34%
G = 10.39%
B = 13.26%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#D51D25 (or 0xD51D25) is known color: Fire Engine Red. HEX triplet: D5, 1D and 25. RGB value is (213,29,37). Sum of RGB (Red+Green+Blue) = 213+29+37=279 (36% of max value = 765). Red value is 213 (83.59% from 255 or 76.34% from 279); Green value is 29 (11.72% from 255 or 10.39% from 279); Blue value is 37 (14.84% from 255 or 13.26% from 279); Max value from RGB is 213 - color contains mainly: red. Hex color #D51D25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D51D25 is #2AE2DA. Grayscale: #555555. Windows color (decimal): -2810587 or 2432469. OLE color: 2432469.

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

Color convert

RGB 213 29 37 -
CMYK 0 0.86 0.83 0.16
HSL 357.39º 0.76% 0.47% -
HSV(B) 357.39º 0.86% 0.84% -
XYZ 28.21 15.16 3.19 -
YUV 84.93 100.96 219.35 -
System Red Green Blue C M Y K H S L
Decimal 213 29 37 0 0.86 0.83 0.16 357.39 0.76 0.47
Hex D5 1D 25 0 56 53 10 165 4C 2F
Octal 325 35 45 0 126 123 20 545 114 57
Binary 11010101 11101 100101 0 1010110 1010011 10000 101100101 1001100 101111

Color Harmonies of #D51D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51D25

Black with #D51D25

Text Example


Text Example

White with #D51D25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51D25; }

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

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

background-color css

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

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

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

border-color css

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

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

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