Html Css Color HEX #D51926 Fire Engine Red

📋 copy color: '#D51926'

red 213 ◦ green 25 ◦ blue 38

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

Shades of Fire Engine Red #D51926

Tints of Fire Engine Red #D51926

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 13.77%

R = 77.17%
G = 9.06%
B = 13.77%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#D51926 (or 0xD51926) is known color: Fire Engine Red. HEX triplet: D5, 19 and 26. RGB value is (213,25,38). Sum of RGB (Red+Green+Blue) = 213+25+38=276 (36% of max value = 765). Red value is 213 (83.59% from 255 or 77.17% from 276); Green value is 25 (10.16% from 255 or 9.06% from 276); Blue value is 38 (15.23% from 255 or 13.77% from 276); Max value from RGB is 213 - color contains mainly: red. Hex color #D51926 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D51926 is #2AE6D9. Grayscale: #525252. Windows color (decimal): -2811610 or 2496981. OLE color: 2496981.

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

Color convert

RGB 213 25 38 -
CMYK 0 0.88 0.82 0.16
HSL 355.85º 0.79% 0.47% -
HSV(B) 355.85º 0.88% 0.84% -
XYZ 28.14 14.98 3.24 -
YUV 82.69 102.78 220.94 -
System Red Green Blue C M Y K H S L
Decimal 213 25 38 0 0.88 0.82 0.16 355.85 0.79 0.47
Hex D5 19 26 0 58 52 10 164 4F 2F
Octal 325 31 46 0 130 122 20 544 117 57
Binary 11010101 11001 100110 0 1011000 1010010 10000 101100100 1001111 101111

Color Harmonies of #D51926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51926

Black with #D51926

Text Example


Text Example

White with #D51926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51926; }

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

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

background-color css

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

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

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

border-color css

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

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

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