Html Css Color HEX #D51629 Fire Engine Red

📋 copy color: '#D51629'

red 213 ◦ green 22 ◦ blue 41

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

Shades of Fire Engine Red #D51629

Tints of Fire Engine Red #D51629

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.97%

 BLUE value IS 41 (16.41% from 255) = 14.86%

R = 77.17%
G = 7.97%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#D51629 (or 0xD51629) is known color: Fire Engine Red. HEX triplet: D5, 16 and 29. RGB value is (213,22,41). Sum of RGB (Red+Green+Blue) = 213+22+41=276 (36% of max value = 765). Red value is 213 (83.59% from 255 or 77.17% from 276); Green value is 22 (8.98% from 255 or 7.97% from 276); Blue value is 41 (16.41% from 255 or 14.86% from 276); Max value from RGB is 213 - color contains mainly: red. Hex color #D51629 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D51629 is #2AE9D6. Grayscale: #515151. Windows color (decimal): -2812375 or 2692821. OLE color: 2692821.

HSL color Cylindrical-coordinate representation of color #D51629: hue angle of 354.03º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D51629 is Cyan = 0, Magento = 0.90, Yellow = 0.81 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 22 41 -
CMYK 0 0.90 0.81 0.16
HSL 354.03º 0.81% 0.46% -
HSV(B) 354.03º 0.9% 0.84% -
XYZ 28.13 14.88 3.49 -
YUV 81.28 105.28 221.96 -
System Red Green Blue C M Y K H S L
Decimal 213 22 41 0 0.90 0.81 0.16 354.03 0.81 0.46
Hex D5 16 29 0 5A 51 10 162 51 2E
Octal 325 26 51 0 132 121 20 542 121 56
Binary 11010101 10110 101001 0 1011010 1010001 10000 101100010 1010001 101110

Color Harmonies of #D51629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51629

Black with #D51629

Text Example


Text Example

White with #D51629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51629; }

 p { color: rgb(213,22,41); }

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

background-color css

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

 a { background-color: rgb(213,22,41); }

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

border-color css

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

 span { border-color: rgb(213,22,41); }

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