Html Css Color HEX #D81023 Fire Engine Red

📋 copy color: '#D81023'

red 216 ◦ green 16 ◦ blue 35

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

Shades of Fire Engine Red #D81023

Tints of Fire Engine Red #D81023

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.99%

 BLUE value IS 35 (14.06% from 255) = 13.11%

R = 80.9%
G = 5.99%
B = 13.11%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.84

 K value IS 0.15

RGB Variations

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

Color information

#D81023 (or 0xD81023) is known color: Fire Engine Red. HEX triplet: D8, 10 and 23. RGB value is (216,16,35). Sum of RGB (Red+Green+Blue) = 216+16+35=267 (35% of max value = 765). Red value is 216 (84.77% from 255 or 80.90% from 267); Green value is 16 (6.64% from 255 or 5.99% from 267); Blue value is 35 (14.06% from 255 or 13.11% from 267); Max value from RGB is 216 - color contains mainly: red. Hex color #D81023 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D81023 is #27EFDC. Grayscale: #4E4E4E. Windows color (decimal): -2617309 or 2298072. OLE color: 2298072.

HSL color Cylindrical-coordinate representation of color #D81023: hue angle of 354.3º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D81023 is Cyan = 0, Magento = 0.93, Yellow = 0.84 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 16 35 -
CMYK 0 0.93 0.84 0.15
HSL 354.3º 0.86% 0.45% -
HSV(B) 354.3º 0.93% 0.85% -
XYZ 28.81 15.09 2.98 -
YUV 77.97 103.76 226.46 -
System Red Green Blue C M Y K H S L
Decimal 216 16 35 0 0.93 0.84 0.15 354.3 0.86 0.45
Hex D8 10 23 0 5D 54 F 162 56 2D
Octal 330 20 43 0 135 124 17 542 126 55
Binary 11011000 10000 100011 0 1011101 1010100 1111 101100010 1010110 101101

Color Harmonies of #D81023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81023

Black with #D81023

Text Example


Text Example

White with #D81023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81023; }

 p { color: rgb(216,16,35); }

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

background-color css

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

 a { background-color: rgb(216,16,35); }

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

border-color css

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

 span { border-color: rgb(216,16,35); }

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