Html Css Color HEX #D6151E Fire Engine Red

📋 copy color: '#D6151E'

red 214 ◦ green 21 ◦ blue 30

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

Shades of Fire Engine Red #D6151E

Tints of Fire Engine Red #D6151E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.92%

 BLUE value IS 30 (12.11% from 255) = 11.32%

R = 80.75%
G = 7.92%
B = 11.32%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D6151E (or 0xD6151E) is known color: Fire Engine Red. HEX triplet: D6, 15 and 1E. RGB value is (214,21,30). Sum of RGB (Red+Green+Blue) = 214+21+30=265 (35% of max value = 765). Red value is 214 (83.98% from 255 or 80.75% from 265); Green value is 21 (8.59% from 255 or 7.92% from 265); Blue value is 30 (12.11% from 255 or 11.32% from 265); Max value from RGB is 214 - color contains mainly: red. Hex color #D6151E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6151E is #29EAE1. Grayscale: #4F4F4F. Windows color (decimal): -2747106 or 1971670. OLE color: 1971670.

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

Color convert

RGB 214 21 30 -
CMYK 0 0.90 0.86 0.16
HSL 357.2º 0.82% 0.46% -
HSV(B) 357.2º 0.9% 0.84% -
XYZ 28.23 14.93 2.62 -
YUV 79.73 99.94 223.77 -
System Red Green Blue C M Y K H S L
Decimal 214 21 30 0 0.90 0.86 0.16 357.2 0.82 0.46
Hex D6 15 1E 0 5A 56 10 165 52 2E
Octal 326 25 36 0 132 126 20 545 122 56
Binary 11010110 10101 11110 0 1011010 1010110 10000 101100101 1010010 101110

Color Harmonies of #D6151E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6151E

Black with #D6151E

Text Example


Text Example

White with #D6151E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6151E; }

 p { color: rgb(214,21,30); }

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

background-color css

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

 a { background-color: rgb(214,21,30); }

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

border-color css

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

 span { border-color: rgb(214,21,30); }

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