Html Css Color HEX #D8122A Fire Engine Red

📋 copy color: '#D8122A'

red 216 ◦ green 18 ◦ blue 42

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

Shades of Fire Engine Red #D8122A

Tints of Fire Engine Red #D8122A

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.52%

 BLUE value IS 42 (16.8% from 255) = 15.22%

R = 78.26%
G = 6.52%
B = 15.22%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#D8122A (or 0xD8122A) is known color: Fire Engine Red. HEX triplet: D8, 12 and 2A. RGB value is (216,18,42). Sum of RGB (Red+Green+Blue) = 216+18+42=276 (36% of max value = 765). Red value is 216 (84.77% from 255 or 78.26% from 276); Green value is 18 (7.42% from 255 or 6.52% from 276); Blue value is 42 (16.80% from 255 or 15.22% from 276); Max value from RGB is 216 - color contains mainly: red. Hex color #D8122A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8122A is #27EDD5. Grayscale: #505050. Windows color (decimal): -2616790 or 2757336. OLE color: 2757336.

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

Color convert

RGB 216 18 42 -
CMYK 0 0.92 0.81 0.15
HSL 352.73º 0.85% 0.46% -
HSV(B) 352.73º 0.92% 0.85% -
XYZ 28.95 15.2 3.6 -
YUV 79.94 106.6 225.05 -
System Red Green Blue C M Y K H S L
Decimal 216 18 42 0 0.92 0.81 0.15 352.73 0.85 0.46
Hex D8 12 2A 0 5C 51 F 161 55 2E
Octal 330 22 52 0 134 121 17 541 125 56
Binary 11011000 10010 101010 0 1011100 1010001 1111 101100001 1010101 101110

Color Harmonies of #D8122A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8122A

Black with #D8122A

Text Example


Text Example

White with #D8122A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8122A; }

 p { color: rgb(216,18,42); }

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

background-color css

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

 a { background-color: rgb(216,18,42); }

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

border-color css

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

 span { border-color: rgb(216,18,42); }

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