Html Css Color HEX #D6151A Fire Engine Red

📋 copy color: '#D6151A'

red 214 ◦ green 21 ◦ blue 26

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

Shades of Fire Engine Red #D6151A

Tints of Fire Engine Red #D6151A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.96%

R = 81.99%
G = 8.05%
B = 9.96%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D6151A (or 0xD6151A) is known color: Fire Engine Red. HEX triplet: D6, 15 and 1A. RGB value is (214,21,26). Sum of RGB (Red+Green+Blue) = 214+21+26=261 (34% of max value = 765). Red value is 214 (83.98% from 255 or 81.99% from 261); Green value is 21 (8.59% from 255 or 8.05% from 261); Blue value is 26 (10.55% from 255 or 9.96% from 261); Max value from RGB is 214 - color contains mainly: red. Hex color #D6151A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6151A is #29EAE5. Grayscale: #4F4F4F. Windows color (decimal): -2747110 or 1709526. OLE color: 1709526.

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

Color convert

RGB 214 21 26 -
CMYK 0 0.90 0.88 0.16
HSL 358.45º 0.82% 0.46% -
HSV(B) 358.45º 0.9% 0.84% -
XYZ 28.19 14.91 2.37 -
YUV 79.28 97.94 224.09 -
System Red Green Blue C M Y K H S L
Decimal 214 21 26 0 0.90 0.88 0.16 358.45 0.82 0.46
Hex D6 15 1A 0 5A 58 10 166 52 2E
Octal 326 25 32 0 132 130 20 546 122 56
Binary 11010110 10101 11010 0 1011010 1011000 10000 101100110 1010010 101110

Color Harmonies of #D6151A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6151A

Black with #D6151A

Text Example


Text Example

White with #D6151A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6151A; }

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

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

background-color css

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

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

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

border-color css

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

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

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