Html Css Color HEX #D80C23 Fire Engine Red

📋 copy color: '#D80C23'

red 216 ◦ green 12 ◦ blue 35

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

Shades of Fire Engine Red #D80C23

Tints of Fire Engine Red #D80C23

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.56%

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

R = 82.13%
G = 4.56%
B = 13.31%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.84

 K value IS 0.15

RGB Variations

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

Color information

#D80C23 (or 0xD80C23) is known color: Fire Engine Red. HEX triplet: D8, 0C and 23. RGB value is (216,12,35). Sum of RGB (Red+Green+Blue) = 216+12+35=263 (34% of max value = 765). Red value is 216 (84.77% from 255 or 82.13% from 263); Green value is 12 (5.08% from 255 or 4.56% from 263); Blue value is 35 (14.06% from 255 or 13.31% from 263); Max value from RGB is 216 - color contains mainly: red. Hex color #D80C23 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80C23 is #27F3DC. Grayscale: #4B4B4B. Windows color (decimal): -2618333 or 2297048. OLE color: 2297048.

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

Color convert

RGB 216 12 35 -
CMYK 0 0.94 0.84 0.15
HSL 353.24º 0.89% 0.45% -
HSV(B) 353.24º 0.94% 0.85% -
XYZ 28.75 14.98 2.97 -
YUV 75.62 105.09 228.13 -
System Red Green Blue C M Y K H S L
Decimal 216 12 35 0 0.94 0.84 0.15 353.24 0.89 0.45
Hex D8 C 23 0 5E 54 F 161 59 2D
Octal 330 14 43 0 136 124 17 541 131 55
Binary 11011000 1100 100011 0 1011110 1010100 1111 101100001 1011001 101101

Color Harmonies of #D80C23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80C23

Black with #D80C23

Text Example


Text Example

White with #D80C23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80C23; }

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

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

background-color css

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

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

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

border-color css

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

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

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