Html Css Color HEX #D80945 Crimson

📋 copy color: '#D80945'

red 216 ◦ green 9 ◦ blue 69

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

Shades of Crimson #D80945

Tints of Crimson #D80945

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 23.47%

R = 73.47%
G = 3.06%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#D80945 (or 0xD80945) is known color: Crimson. HEX triplet: D8, 09 and 45. RGB value is (216,9,69). Sum of RGB (Red+Green+Blue) = 216+9+69=294 (38% of max value = 765). Red value is 216 (84.77% from 255 or 73.47% from 294); Green value is 9 (3.91% from 255 or 3.06% from 294); Blue value is 69 (27.34% from 255 or 23.47% from 294); Max value from RGB is 216 - color contains mainly: red. Hex color #D80945 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80945 is #27F6BA. Grayscale: #4D4D4D. Windows color (decimal): -2619067 or 4524504. OLE color: 4524504.

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

Color convert

RGB 216 9 69 -
CMYK 0 0.96 0.68 0.15
HSL 342.61º 0.92% 0.44% -
HSV(B) 342.61º 0.96% 0.85% -
XYZ 29.49 15.22 7.01 -
YUV 77.73 123.08 226.62 -
System Red Green Blue C M Y K H S L
Decimal 216 9 69 0 0.96 0.68 0.15 342.61 0.92 0.44
Hex D8 9 45 0 60 44 F 157 5C 2C
Octal 330 11 105 0 140 104 17 527 134 54
Binary 11011000 1001 1000101 0 1100000 1000100 1111 101010111 1011100 101100

Color Harmonies of #D80945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80945

Black with #D80945

Text Example


Text Example

White with #D80945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80945; }

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

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

background-color css

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

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

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

border-color css

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

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

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