Html Css Color HEX #D80625 Fire Engine Red

📋 copy color: '#D80625'

red 216 ◦ green 6 ◦ blue 37

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

Shades of Fire Engine Red #D80625

Tints of Fire Engine Red #D80625

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 14.29%

R = 83.4%
G = 2.32%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#D80625 (or 0xD80625) is known color: Fire Engine Red. HEX triplet: D8, 06 and 25. RGB value is (216,6,37). Sum of RGB (Red+Green+Blue) = 216+6+37=259 (34% of max value = 765). Red value is 216 (84.77% from 255 or 83.40% from 259); Green value is 6 (2.73% from 255 or 2.32% from 259); Blue value is 37 (14.84% from 255 or 14.29% from 259); Max value from RGB is 216 - color contains mainly: red. Hex color #D80625 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80625 is #27F9DA. Grayscale: #484848. Windows color (decimal): -2619867 or 2426584. OLE color: 2426584.

HSL color Cylindrical-coordinate representation of color #D80625: hue angle of 351.14º 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 #D80625 is Cyan = 0, Magento = 0.97, Yellow = 0.83 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 6 37 -
CMYK 0 0.97 0.83 0.15
HSL 351.14º 0.95% 0.44% -
HSV(B) 351.14º 0.97% 0.85% -
XYZ 28.72 14.86 3.11 -
YUV 72.32 108.07 230.48 -
System Red Green Blue C M Y K H S L
Decimal 216 6 37 0 0.97 0.83 0.15 351.14 0.95 0.44
Hex D8 6 25 0 61 53 F 15F 5F 2C
Octal 330 6 45 0 141 123 17 537 137 54
Binary 11011000 110 100101 0 1100001 1010011 1111 101011111 1011111 101100

Color Harmonies of #D80625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80625

Black with #D80625

Text Example


Text Example

White with #D80625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80625; }

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

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

background-color css

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

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

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

border-color css

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

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

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