Html Css Color HEX #D80940 Crimson

📋 copy color: '#D80940'

red 216 ◦ green 9 ◦ blue 64

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

Shades of Crimson #D80940

Tints of Crimson #D80940

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 22.15%

R = 74.74%
G = 3.11%
B = 22.15%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#D80940 (or 0xD80940) is known color: Crimson. HEX triplet: D8, 09 and 40. RGB value is (216,9,64). Sum of RGB (Red+Green+Blue) = 216+9+64=289 (38% of max value = 765). Red value is 216 (84.77% from 255 or 74.74% from 289); Green value is 9 (3.91% from 255 or 3.11% from 289); Blue value is 64 (25.39% from 255 or 22.15% from 289); Max value from RGB is 216 - color contains mainly: red. Hex color #D80940 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80940 is #27F6BF. Grayscale: #4D4D4D. Windows color (decimal): -2619072 or 4196824. OLE color: 4196824.

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

Color convert

RGB 216 9 64 -
CMYK 0 0.96 0.70 0.15
HSL 344.06º 0.92% 0.44% -
HSV(B) 344.06º 0.96% 0.85% -
XYZ 29.34 15.16 6.23 -
YUV 77.16 120.58 227.03 -
System Red Green Blue C M Y K H S L
Decimal 216 9 64 0 0.96 0.70 0.15 344.06 0.92 0.44
Hex D8 9 40 0 60 46 F 158 5C 2C
Octal 330 11 100 0 140 106 17 530 134 54
Binary 11011000 1001 1000000 0 1100000 1000110 1111 101011000 1011100 101100

Color Harmonies of #D80940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80940

Black with #D80940

Text Example


Text Example

White with #D80940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80940; }

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

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

background-color css

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

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

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

border-color css

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

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

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