Html Css Color HEX #D6151B Fire Engine Red

📋 copy color: '#D6151B'

red 214 ◦ green 21 ◦ blue 27

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

Shades of Fire Engine Red #D6151B

Tints of Fire Engine Red #D6151B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.31%

R = 81.68%
G = 8.02%
B = 10.31%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D6151B (or 0xD6151B) is known color: Fire Engine Red. HEX triplet: D6, 15 and 1B. RGB value is (214,21,27). Sum of RGB (Red+Green+Blue) = 214+21+27=262 (34% of max value = 765). Red value is 214 (83.98% from 255 or 81.68% from 262); Green value is 21 (8.59% from 255 or 8.02% from 262); Blue value is 27 (10.94% from 255 or 10.31% from 262); Max value from RGB is 214 - color contains mainly: red. Hex color #D6151B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6151B is #29EAE4. Grayscale: #4F4F4F. Windows color (decimal): -2747109 or 1775062. OLE color: 1775062.

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

Color convert

RGB 214 21 27 -
CMYK 0 0.90 0.87 0.16
HSL 358.13º 0.82% 0.46% -
HSV(B) 358.13º 0.9% 0.84% -
XYZ 28.2 14.91 2.43 -
YUV 79.39 98.44 224.01 -
System Red Green Blue C M Y K H S L
Decimal 214 21 27 0 0.90 0.87 0.16 358.13 0.82 0.46
Hex D6 15 1B 0 5A 57 10 166 52 2E
Octal 326 25 33 0 132 127 20 546 122 56
Binary 11010110 10101 11011 0 1011010 1010111 10000 101100110 1010010 101110

Color Harmonies of #D6151B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6151B

Black with #D6151B

Text Example


Text Example

White with #D6151B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6151B; }

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

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

background-color css

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

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

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

border-color css

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

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

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