Html Css Color HEX #D80944 Crimson

📋 copy color: '#D80944'

red 216 ◦ green 9 ◦ blue 68

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

Shades of Crimson #D80944

Tints of Crimson #D80944

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.07%

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

R = 73.72%
G = 3.07%
B = 23.21%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#D80944 (or 0xD80944) is known color: Crimson. HEX triplet: D8, 09 and 44. RGB value is (216,9,68). Sum of RGB (Red+Green+Blue) = 216+9+68=293 (38% of max value = 765). Red value is 216 (84.77% from 255 or 73.72% from 293); Green value is 9 (3.91% from 255 or 3.07% from 293); Blue value is 68 (26.95% from 255 or 23.21% from 293); Max value from RGB is 216 - color contains mainly: red. Hex color #D80944 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80944 is #27F6BB. Grayscale: #4D4D4D. Windows color (decimal): -2619068 or 4458968. OLE color: 4458968.

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

Color convert

RGB 216 9 68 -
CMYK 0 0.96 0.69 0.15
HSL 342.9º 0.92% 0.44% -
HSV(B) 342.9º 0.96% 0.85% -
XYZ 29.46 15.21 6.85 -
YUV 77.62 122.58 226.7 -
System Red Green Blue C M Y K H S L
Decimal 216 9 68 0 0.96 0.69 0.15 342.9 0.92 0.44
Hex D8 9 44 0 60 45 F 157 5C 2C
Octal 330 11 104 0 140 105 17 527 134 54
Binary 11011000 1001 1000100 0 1100000 1000101 1111 101010111 1011100 101100

Color Harmonies of #D80944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80944

Black with #D80944

Text Example


Text Example

White with #D80944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80944; }

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

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

background-color css

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

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

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

border-color css

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

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

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