#D0123E

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

Shades of Crimson #D0123E

Tints of Crimson #D0123E

Color information

#D0123E (or 0xD0123E) is unknown color: approx Crimson. HEX triplet: D0, 12 and 3E. RGB value is (208,18,62). Sum of RGB (Red+Green+Blue) = 208+18+62=288 (38% of max value = 765). Red value is 208 (81.64% from 255 or 72.22% from 288); Green value is 18 (7.42% from 255 or 6.25% from 288); Blue value is 62 (24.61% from 255 or 21.53% from 288); Max value from RGB is 208 - color contains mainly: red. Hex color #D0123E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D0123E is #2FEDC1. Grayscale: #4F4F4F. Windows color (decimal): -3141058 or 4068048. OLE color: 4068048.

HSL color Cylindrical-coordinate representation of color #D0123E: hue angle of 346.11º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D0123E is Cyan = 0, Magento = 0.91, Yellow = 0.70 and Black (K on CMYK) = 0.18.

Color convert

RGB2081862-
CMYK00.910.700.18
HSL346.11º84.07%44.31%-
HSV(B)346.11º91.35%81.57%-
XYZ27.114.195.87-
YUV79.83117.95219.42-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 72.22%
GREEN value IS 18 (7.42% from 255) = 6.25%
BLUE value IS 62 (24.61% from 255) = 21.53%
R=72.22%
G=6.25%
B=21.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.70
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208186200.910.700.18346.1184.0744.31
HexD0123E05B461215a542c
Octal320227601331062253212454
Binary1101000010010111110010110111000110100101010110101010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0123E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0123E; }

 p { color: rgb(208,18,62); }

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

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

 a { background-color: rgb(208,18,62); }

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

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

 span { border-color: rgb(208,18,62); }

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