Html Css Color HEX #D6181D Fire Engine Red

📋 copy color: '#D6181D'

red 214 ◦ green 24 ◦ blue 29

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

Shades of Fire Engine Red #D6181D

Tints of Fire Engine Red #D6181D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.86%

R = 80.15%
G = 8.99%
B = 10.86%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D6181D (or 0xD6181D) is known color: Fire Engine Red. HEX triplet: D6, 18 and 1D. RGB value is (214,24,29). Sum of RGB (Red+Green+Blue) = 214+24+29=267 (35% of max value = 765). Red value is 214 (83.98% from 255 or 80.15% from 267); Green value is 24 (9.77% from 255 or 8.99% from 267); Blue value is 29 (11.72% from 255 or 10.86% from 267); Max value from RGB is 214 - color contains mainly: red. Hex color #D6181D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6181D is #29E7E2. Grayscale: #515151. Windows color (decimal): -2746339 or 1906902. OLE color: 1906902.

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

Color convert

RGB 214 24 29 -
CMYK 0 0.89 0.86 0.16
HSL 358.42º 0.8% 0.47% -
HSV(B) 358.42º 0.89% 0.84% -
XYZ 28.28 15.04 2.57 -
YUV 81.38 98.45 222.59 -
System Red Green Blue C M Y K H S L
Decimal 214 24 29 0 0.89 0.86 0.16 358.42 0.8 0.47
Hex D6 18 1D 0 59 56 10 166 50 2F
Octal 326 30 35 0 131 126 20 546 120 57
Binary 11010110 11000 11101 0 1011001 1010110 10000 101100110 1010000 101111

Color Harmonies of #D6181D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6181D

Black with #D6181D

Text Example


Text Example

White with #D6181D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6181D; }

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

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

background-color css

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

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

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

border-color css

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

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

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