Html Css Color HEX #D80544 Crimson

📋 copy color: '#D80544'

red 216 ◦ green 5 ◦ blue 68

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

Shades of Crimson #D80544

Tints of Crimson #D80544

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.73%

 BLUE value IS 68 (26.95% from 255) = 23.53%

R = 74.74%
G = 1.73%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#D80544 (or 0xD80544) is known color: Crimson. HEX triplet: D8, 05 and 44. RGB value is (216,5,68). Sum of RGB (Red+Green+Blue) = 216+5+68=289 (38% of max value = 765). Red value is 216 (84.77% from 255 or 74.74% from 289); Green value is 5 (2.34% from 255 or 1.73% from 289); Blue value is 68 (26.95% from 255 or 23.53% from 289); Max value from RGB is 216 - color contains mainly: red. Hex color #D80544 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80544 is #27FABB. Grayscale: #4B4B4B. Windows color (decimal): -2620092 or 4457944. OLE color: 4457944.

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

Color convert

RGB 216 5 68 -
CMYK 0 0.98 0.69 0.15
HSL 342.09º 0.95% 0.43% -
HSV(B) 342.09º 0.98% 0.85% -
XYZ 29.42 15.12 6.84 -
YUV 75.27 123.9 228.38 -
System Red Green Blue C M Y K H S L
Decimal 216 5 68 0 0.98 0.69 0.15 342.09 0.95 0.43
Hex D8 5 44 0 62 45 F 156 5F 2B
Octal 330 5 104 0 142 105 17 526 137 53
Binary 11011000 101 1000100 0 1100010 1000101 1111 101010110 1011111 101011

Color Harmonies of #D80544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80544

Black with #D80544

Text Example


Text Example

White with #D80544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80544; }

 p { color: rgb(216,5,68); }

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

background-color css

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

 a { background-color: rgb(216,5,68); }

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

border-color css

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

 span { border-color: rgb(216,5,68); }

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