Html Css Color HEX #D80749 Crimson

📋 copy color: '#D80749'

red 216 ◦ green 7 ◦ blue 73

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

Shades of Crimson #D80749

Tints of Crimson #D80749

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.36%

 BLUE value IS 73 (28.91% from 255) = 24.66%

R = 72.97%
G = 2.36%
B = 24.66%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#D80749 (or 0xD80749) is known color: Crimson. HEX triplet: D8, 07 and 49. RGB value is (216,7,73). Sum of RGB (Red+Green+Blue) = 216+7+73=296 (39% of max value = 765). Red value is 216 (84.77% from 255 or 72.97% from 296); Green value is 7 (3.12% from 255 or 2.36% from 296); Blue value is 73 (28.91% from 255 or 24.66% from 296); Max value from RGB is 216 - color contains mainly: red. Hex color #D80749 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80749 is #27F8B6. Grayscale: #4C4C4C. Windows color (decimal): -2619575 or 4786136. OLE color: 4786136.

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

Color convert

RGB 216 7 73 -
CMYK 0 0.97 0.66 0.15
HSL 341.05º 0.94% 0.44% -
HSV(B) 341.05º 0.97% 0.85% -
XYZ 29.6 15.23 7.68 -
YUV 77.02 125.74 227.13 -
System Red Green Blue C M Y K H S L
Decimal 216 7 73 0 0.97 0.66 0.15 341.05 0.94 0.44
Hex D8 7 49 0 61 42 F 155 5E 2C
Octal 330 7 111 0 141 102 17 525 136 54
Binary 11011000 111 1001001 0 1100001 1000010 1111 101010101 1011110 101100

Color Harmonies of #D80749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80749

Black with #D80749

Text Example


Text Example

White with #D80749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80749; }

 p { color: rgb(216,7,73); }

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

background-color css

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

 a { background-color: rgb(216,7,73); }

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

border-color css

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

 span { border-color: rgb(216,7,73); }

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