#D80D30

Color #D80D30 Crimson (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crimson #D80D30

Tints of Crimson #D80D30

Color information

#D80D30 (or 0xD80D30) is unknown color: approx Crimson. HEX triplet: D8, 0D and 30. RGB value is (216,13,48). Sum of RGB (Red+Green+Blue) = 216+13+48=277 (36% of max value = 765). Red value is 216 (84.77% from 255 or 77.98% from 277); Green value is 13 (5.47% from 255 or 4.69% from 277); Blue value is 48 (19.14% from 255 or 17.33% from 277); Max value from RGB is 216 - color contains mainly: red. Hex color #D80D30 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80D30 is #27F2CF. Grayscale: #4D4D4D. Windows color (decimal): -2618064 or 3149272. OLE color: 3149272.

HSL color Cylindrical-coordinate representation of color #D80D30: hue angle of 349.66º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D80D30 is Cyan = 0, Magento = 0.94, Yellow = 0.78 and Black (K on CMYK) = 0.15.

Color convert

RGB2161348-
CMYK00.940.780.15
HSL349.66º88.65%44.9%-
HSV(B)349.66º93.98%84.71%-
XYZ2915.14.18-
YUV77.69111.25226.65-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 77.98%
GREEN value IS 13 (5.47% from 255) = 4.69%
BLUE value IS 48 (19.14% from 255) = 17.33%
R=77.98%
G=4.69%
B=17.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.78
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216134800.940.780.15349.6688.6544.9
HexD8D3005E4EF15e592d
Octal330156001361161753613155
Binary11011000110111000001011110100111011111010111101011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D80D30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D80D30; }

 p { color: rgb(216,13,48); }

 H1.HeaderClassName
 {
   color: #D80D30;
 }
 .AnyTagClassName
 {
   color: #D80D30;
 }
</style>
background-color css

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

 a { background-color: rgb(216,13,48); }

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

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

 span { border-color: rgb(216,13,48); }

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