Html Css Color HEX #D51923 Fire Engine Red

📋 copy color: '#D51923'

red 213 ◦ green 25 ◦ blue 35

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

Shades of Fire Engine Red #D51923

Tints of Fire Engine Red #D51923

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.16%

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

R = 78.02%
G = 9.16%
B = 12.82%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#D51923 (or 0xD51923) is known color: Fire Engine Red. HEX triplet: D5, 19 and 23. RGB value is (213,25,35). Sum of RGB (Red+Green+Blue) = 213+25+35=273 (36% of max value = 765). Red value is 213 (83.59% from 255 or 78.02% from 273); Green value is 25 (10.16% from 255 or 9.16% from 273); Blue value is 35 (14.06% from 255 or 12.82% from 273); Max value from RGB is 213 - color contains mainly: red. Hex color #D51923 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D51923 is #2AE6DC. Grayscale: #525252. Windows color (decimal): -2811613 or 2300373. OLE color: 2300373.

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

Color convert

RGB 213 25 35 -
CMYK 0 0.88 0.84 0.16
HSL 356.81º 0.79% 0.47% -
HSV(B) 356.81º 0.88% 0.84% -
XYZ 28.09 14.96 3 -
YUV 82.35 101.28 221.19 -
System Red Green Blue C M Y K H S L
Decimal 213 25 35 0 0.88 0.84 0.16 356.81 0.79 0.47
Hex D5 19 23 0 58 54 10 165 4F 2F
Octal 325 31 43 0 130 124 20 545 117 57
Binary 11010101 11001 100011 0 1011000 1010100 10000 101100101 1001111 101111

Color Harmonies of #D51923

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51923

Black with #D51923

Text Example


Text Example

White with #D51923

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51923; }

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

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

background-color css

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

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

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

border-color css

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

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

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