#D7083C

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

Shades of Crimson #D7083C

Tints of Crimson #D7083C

Color information

#D7083C (or 0xD7083C) is unknown color: approx Crimson. HEX triplet: D7, 08 and 3C. RGB value is (215,8,60). Sum of RGB (Red+Green+Blue) = 215+8+60=283 (37% of max value = 765). Red value is 215 (84.38% from 255 or 75.97% from 283); Green value is 8 (3.52% from 255 or 2.83% from 283); Blue value is 60 (23.83% from 255 or 21.20% from 283); Max value from RGB is 215 - color contains mainly: red. Hex color #D7083C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D7083C is #28F7C3. Grayscale: #4B4B4B. Windows color (decimal): -2684868 or 3934423. OLE color: 3934423.

HSL color Cylindrical-coordinate representation of color #D7083C: hue angle of 344.93º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D7083C is Cyan = 0, Magento = 0.96, Yellow = 0.72 and Black (K on CMYK) = 0.16.

Color convert

RGB215860-
CMYK00.960.720.16
HSL344.93º92.83%43.73%-
HSV(B)344.93º96.28%84.31%-
XYZ28.9314.955.64-
YUV75.82119.08227.27-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 75.97%
GREEN value IS 8 (3.52% from 255) = 2.83%
BLUE value IS 60 (23.83% from 255) = 21.20%
R=75.97%
G=2.83%
B=21.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.72
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21586000.960.720.16344.9392.8343.73
HexD783C06048101595d2c
Octal327107401401102053113554
Binary110101111000111100011000001001000100001010110011011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7083C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7083C; }

 p { color: rgb(215,8,60); }

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

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

 a { background-color: rgb(215,8,60); }

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

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

 span { border-color: rgb(215,8,60); }

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