Html Css Color HEX #D80623 Fire Engine Red

📋 copy color: '#D80623'

red 216 ◦ green 6 ◦ blue 35

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

Shades of Fire Engine Red #D80623

Tints of Fire Engine Red #D80623

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.33%

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

R = 84.05%
G = 2.33%
B = 13.62%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.84

 K value IS 0.15

RGB Variations

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

Color information

#D80623 (or 0xD80623) is known color: Fire Engine Red. HEX triplet: D8, 06 and 23. RGB value is (216,6,35). Sum of RGB (Red+Green+Blue) = 216+6+35=257 (34% of max value = 765). Red value is 216 (84.77% from 255 or 84.05% from 257); Green value is 6 (2.73% from 255 or 2.33% from 257); Blue value is 35 (14.06% from 255 or 13.62% from 257); Max value from RGB is 216 - color contains mainly: red. Hex color #D80623 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80623 is #27F9DC. Grayscale: #484848. Windows color (decimal): -2619869 or 2295512. OLE color: 2295512.

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

Color convert

RGB 216 6 35 -
CMYK 0 0.97 0.84 0.15
HSL 351.71º 0.95% 0.44% -
HSV(B) 351.71º 0.97% 0.85% -
XYZ 28.69 14.85 2.94 -
YUV 72.1 107.07 230.64 -
System Red Green Blue C M Y K H S L
Decimal 216 6 35 0 0.97 0.84 0.15 351.71 0.95 0.44
Hex D8 6 23 0 61 54 F 160 5F 2C
Octal 330 6 43 0 141 124 17 540 137 54
Binary 11011000 110 100011 0 1100001 1010100 1111 101100000 1011111 101100

Color Harmonies of #D80623

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80623

Black with #D80623

Text Example


Text Example

White with #D80623

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80623; }

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

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

background-color css

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

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

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

border-color css

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

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

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