Html Css Color HEX #D51527 Fire Engine Red

📋 copy color: '#D51527'

red 213 ◦ green 21 ◦ blue 39

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

Shades of Fire Engine Red #D51527

Tints of Fire Engine Red #D51527

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 14.29%

R = 78.02%
G = 7.69%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#D51527 (or 0xD51527) is known color: Fire Engine Red. HEX triplet: D5, 15 and 27. RGB value is (213,21,39). Sum of RGB (Red+Green+Blue) = 213+21+39=273 (36% of max value = 765). Red value is 213 (83.59% from 255 or 78.02% from 273); Green value is 21 (8.59% from 255 or 7.69% from 273); Blue value is 39 (15.62% from 255 or 14.29% from 273); Max value from RGB is 213 - color contains mainly: red. Hex color #D51527 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D51527 is #2AEAD8. Grayscale: #505050. Windows color (decimal): -2812633 or 2561493. OLE color: 2561493.

HSL color Cylindrical-coordinate representation of color #D51527: hue angle of 354.38º degrees, saturation: 0.82, 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 #D51527 is Cyan = 0, Magento = 0.90, Yellow = 0.82 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 21 39 -
CMYK 0 0.90 0.82 0.16
HSL 354.38º 0.82% 0.46% -
HSV(B) 354.38º 0.9% 0.84% -
XYZ 28.07 14.83 3.3 -
YUV 80.46 104.61 222.54 -
System Red Green Blue C M Y K H S L
Decimal 213 21 39 0 0.90 0.82 0.16 354.38 0.82 0.46
Hex D5 15 27 0 5A 52 10 162 52 2E
Octal 325 25 47 0 132 122 20 542 122 56
Binary 11010101 10101 100111 0 1011010 1010010 10000 101100010 1010010 101110

Color Harmonies of #D51527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51527

Black with #D51527

Text Example


Text Example

White with #D51527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51527; }

 p { color: rgb(213,21,39); }

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

background-color css

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

 a { background-color: rgb(213,21,39); }

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

border-color css

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

 span { border-color: rgb(213,21,39); }

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