Html Css Color HEX #D8141A Fire Engine Red

📋 copy color: '#D8141A'

red 216 ◦ green 20 ◦ blue 26

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

Shades of Fire Engine Red #D8141A

Tints of Fire Engine Red #D8141A

RGB

 RED value IS 216 (84.77% from 255) = 82.44%

 GREEN value IS 20 (8.2% from 255) = 7.63%

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

R = 82.44%
G = 7.63%
B = 9.92%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D8141A (or 0xD8141A) is known color: Fire Engine Red. HEX triplet: D8, 14 and 1A. RGB value is (216,20,26). Sum of RGB (Red+Green+Blue) = 216+20+26=262 (34% of max value = 765). Red value is 216 (84.77% from 255 or 82.44% from 262); Green value is 20 (8.20% from 255 or 7.63% from 262); Blue value is 26 (10.55% from 255 or 9.92% from 262); Max value from RGB is 216 - color contains mainly: red. Hex color #D8141A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8141A is #27EBE5. Grayscale: #4F4F4F. Windows color (decimal): -2616294 or 1709272. OLE color: 1709272.

HSL color Cylindrical-coordinate representation of color #D8141A: hue angle of 358.16º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D8141A is Cyan = 0, Magento = 0.91, Yellow = 0.88 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 20 26 -
CMYK 0 0.91 0.88 0.15
HSL 358.16º 0.83% 0.46% -
HSV(B) 358.16º 0.91% 0.85% -
XYZ 28.76 15.17 2.39 -
YUV 79.29 97.93 225.51 -
System Red Green Blue C M Y K H S L
Decimal 216 20 26 0 0.91 0.88 0.15 358.16 0.83 0.46
Hex D8 14 1A 0 5B 58 F 166 53 2E
Octal 330 24 32 0 133 130 17 546 123 56
Binary 11011000 10100 11010 0 1011011 1011000 1111 101100110 1010011 101110

Color Harmonies of #D8141A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8141A

Black with #D8141A

Text Example


Text Example

White with #D8141A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8141A; }

 p { color: rgb(216,20,26); }

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

background-color css

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

 a { background-color: rgb(216,20,26); }

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

border-color css

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

 span { border-color: rgb(216,20,26); }

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