Html Css Color HEX #D81326 Fire Engine Red

📋 copy color: '#D81326'

red 216 ◦ green 19 ◦ blue 38

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

Shades of Fire Engine Red #D81326

Tints of Fire Engine Red #D81326

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.96%

 BLUE value IS 38 (15.23% from 255) = 13.92%

R = 79.12%
G = 6.96%
B = 13.92%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#D81326 (or 0xD81326) is known color: Fire Engine Red. HEX triplet: D8, 13 and 26. RGB value is (216,19,38). Sum of RGB (Red+Green+Blue) = 216+19+38=273 (36% of max value = 765). Red value is 216 (84.77% from 255 or 79.12% from 273); Green value is 19 (7.81% from 255 or 6.96% from 273); Blue value is 38 (15.23% from 255 or 13.92% from 273); Max value from RGB is 216 - color contains mainly: red. Hex color #D81326 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D81326 is #27ECD9. Grayscale: #505050. Windows color (decimal): -2616538 or 2495448. OLE color: 2495448.

HSL color Cylindrical-coordinate representation of color #D81326: hue angle of 354.21º degrees, saturation: 0.84, 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 #D81326 is Cyan = 0, Magento = 0.91, Yellow = 0.82 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 19 38 -
CMYK 0 0.91 0.82 0.15
HSL 354.21º 0.84% 0.46% -
HSV(B) 354.21º 0.91% 0.85% -
XYZ 28.9 15.2 3.25 -
YUV 80.07 104.27 224.96 -
System Red Green Blue C M Y K H S L
Decimal 216 19 38 0 0.91 0.82 0.15 354.21 0.84 0.46
Hex D8 13 26 0 5B 52 F 162 54 2E
Octal 330 23 46 0 133 122 17 542 124 56
Binary 11011000 10011 100110 0 1011011 1010010 1111 101100010 1010100 101110

Color Harmonies of #D81326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81326

Black with #D81326

Text Example


Text Example

White with #D81326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81326; }

 p { color: rgb(216,19,38); }

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

background-color css

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

 a { background-color: rgb(216,19,38); }

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

border-color css

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

 span { border-color: rgb(216,19,38); }

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