Html Css Color HEX #D51323 Fire Engine Red

📋 copy color: '#D51323'

red 213 ◦ green 19 ◦ blue 35

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

Shades of Fire Engine Red #D51323

Tints of Fire Engine Red #D51323

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.12%

 BLUE value IS 35 (14.06% from 255) = 13.11%

R = 79.78%
G = 7.12%
B = 13.11%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#D51323 (or 0xD51323) is known color: Fire Engine Red. HEX triplet: D5, 13 and 23. RGB value is (213,19,35). Sum of RGB (Red+Green+Blue) = 213+19+35=267 (35% of max value = 765). Red value is 213 (83.59% from 255 or 79.78% from 267); Green value is 19 (7.81% from 255 or 7.12% from 267); Blue value is 35 (14.06% from 255 or 13.11% from 267); Max value from RGB is 213 - color contains mainly: red. Hex color #D51323 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D51323 is #2AECDC. Grayscale: #4E4E4E. Windows color (decimal): -2813149 or 2298837. OLE color: 2298837.

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

Color convert

RGB 213 19 35 -
CMYK 0 0.91 0.84 0.16
HSL 355.05º 0.84% 0.45% -
HSV(B) 355.05º 0.91% 0.84% -
XYZ 27.98 14.73 2.96 -
YUV 78.83 103.27 223.7 -
System Red Green Blue C M Y K H S L
Decimal 213 19 35 0 0.91 0.84 0.16 355.05 0.84 0.45
Hex D5 13 23 0 5B 54 10 163 54 2D
Octal 325 23 43 0 133 124 20 543 124 55
Binary 11010101 10011 100011 0 1011011 1010100 10000 101100011 1010100 101101

Color Harmonies of #D51323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51323

Black with #D51323

Text Example


Text Example

White with #D51323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51323; }

 p { color: rgb(213,19,35); }

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

background-color css

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

 a { background-color: rgb(213,19,35); }

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

border-color css

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

 span { border-color: rgb(213,19,35); }

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