Html Css Color HEX #D80649 Crimson

📋 copy color: '#D80649'

red 216 ◦ green 6 ◦ blue 73

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

Shades of Crimson #D80649

Tints of Crimson #D80649

RGB

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

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

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

R = 73.22%
G = 2.03%
B = 24.75%

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

#D80649 (or 0xD80649) is known color: Crimson. HEX triplet: D8, 06 and 49. RGB value is (216,6,73). Sum of RGB (Red+Green+Blue) = 216+6+73=295 (39% of max value = 765). Red value is 216 (84.77% from 255 or 73.22% from 295); Green value is 6 (2.73% from 255 or 2.03% from 295); Blue value is 73 (28.91% from 255 or 24.75% from 295); Max value from RGB is 216 - color contains mainly: red. Hex color #D80649 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80649 is #27F9B6. Grayscale: #4C4C4C. Windows color (decimal): -2619831 or 4785880. OLE color: 4785880.

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

Color convert

RGB 216 6 73 -
CMYK 0 0.97 0.66 0.15
HSL 340.86º 0.95% 0.44% -
HSV(B) 340.86º 0.97% 0.85% -
XYZ 29.59 15.21 7.68 -
YUV 76.43 126.07 227.55 -
System Red Green Blue C M Y K H S L
Decimal 216 6 73 0 0.97 0.66 0.15 340.86 0.95 0.44
Hex D8 6 49 0 61 42 F 155 5F 2C
Octal 330 6 111 0 141 102 17 525 137 54
Binary 11011000 110 1001001 0 1100001 1000010 1111 101010101 1011111 101100

Color Harmonies of #D80649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80649

Black with #D80649

Text Example


Text Example

White with #D80649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80649; }

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

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

background-color css

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

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

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

border-color css

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

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

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