Html Css Color HEX #D61819 Fire Engine Red

📋 copy color: '#D61819'

red 214 ◦ green 24 ◦ blue 25

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

Shades of Fire Engine Red #D61819

Tints of Fire Engine Red #D61819

RGB

 RED value IS 214 (83.98% from 255) = 81.37%

 GREEN value IS 24 (9.77% from 255) = 9.13%

 BLUE value IS 25 (10.16% from 255) = 9.51%

R = 81.37%
G = 9.13%
B = 9.51%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D61819 (or 0xD61819) is known color: Fire Engine Red. HEX triplet: D6, 18 and 19. RGB value is (214,24,25). Sum of RGB (Red+Green+Blue) = 214+24+25=263 (34% of max value = 765). Red value is 214 (83.98% from 255 or 81.37% from 263); Green value is 24 (9.77% from 255 or 9.13% from 263); Blue value is 25 (10.16% from 255 or 9.51% from 263); Max value from RGB is 214 - color contains mainly: red. Hex color #D61819 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D61819 is #29E7E6. Grayscale: #515151. Windows color (decimal): -2746343 or 1644758. OLE color: 1644758.

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

Color convert

RGB 214 24 25 -
CMYK 0 0.89 0.88 0.16
HSL 359.68º 0.8% 0.47% -
HSV(B) 359.68º 0.89% 0.84% -
XYZ 28.23 15.02 2.33 -
YUV 80.92 96.45 222.92 -
System Red Green Blue C M Y K H S L
Decimal 214 24 25 0 0.89 0.88 0.16 359.68 0.8 0.47
Hex D6 18 19 0 59 58 10 168 50 2F
Octal 326 30 31 0 131 130 20 550 120 57
Binary 11010110 11000 11001 0 1011001 1011000 10000 101101000 1010000 101111

Color Harmonies of #D61819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61819

Black with #D61819

Text Example


Text Example

White with #D61819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61819; }

 p { color: rgb(214,24,25); }

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

background-color css

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

 a { background-color: rgb(214,24,25); }

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

border-color css

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

 span { border-color: rgb(214,24,25); }

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