Html Css Color HEX #D51226 Fire Engine Red

📋 copy color: '#D51226'

red 213 ◦ green 18 ◦ blue 38

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

Shades of Fire Engine Red #D51226

Tints of Fire Engine Red #D51226

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.69%

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

R = 79.18%
G = 6.69%
B = 14.13%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#D51226 (or 0xD51226) is known color: Fire Engine Red. HEX triplet: D5, 12 and 26. RGB value is (213,18,38). Sum of RGB (Red+Green+Blue) = 213+18+38=269 (35% of max value = 765). Red value is 213 (83.59% from 255 or 79.18% from 269); Green value is 18 (7.42% from 255 or 6.69% from 269); Blue value is 38 (15.23% from 255 or 14.13% from 269); Max value from RGB is 213 - color contains mainly: red. Hex color #D51226 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D51226 is #2AEDD9. Grayscale: #4E4E4E. Windows color (decimal): -2813402 or 2495189. OLE color: 2495189.

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

Color convert

RGB 213 18 38 -
CMYK 0 0.92 0.82 0.16
HSL 353.85º 0.84% 0.45% -
HSV(B) 353.85º 0.92% 0.84% -
XYZ 28.01 14.72 3.2 -
YUV 78.59 105.1 223.87 -
System Red Green Blue C M Y K H S L
Decimal 213 18 38 0 0.92 0.82 0.16 353.85 0.84 0.45
Hex D5 12 26 0 5C 52 10 162 54 2D
Octal 325 22 46 0 134 122 20 542 124 55
Binary 11010101 10010 100110 0 1011100 1010010 10000 101100010 1010100 101101

Color Harmonies of #D51226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51226

Black with #D51226

Text Example


Text Example

White with #D51226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51226; }

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

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

background-color css

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

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

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

border-color css

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

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

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