#D0123B

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

Shades of Crimson #D0123B

Tints of Crimson #D0123B

Color information

#D0123B (or 0xD0123B) is unknown color: approx Crimson. HEX triplet: D0, 12 and 3B. RGB value is (208,18,59). Sum of RGB (Red+Green+Blue) = 208+18+59=285 (37% of max value = 765). Red value is 208 (81.64% from 255 or 72.98% from 285); Green value is 18 (7.42% from 255 or 6.32% from 285); Blue value is 59 (23.44% from 255 or 20.70% from 285); Max value from RGB is 208 - color contains mainly: red. Hex color #D0123B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D0123B is #2FEDC4. Grayscale: #4F4F4F. Windows color (decimal): -3141061 or 3871440. OLE color: 3871440.

HSL color Cylindrical-coordinate representation of color #D0123B: hue angle of 347.05º 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 #D0123B is Cyan = 0, Magento = 0.91, Yellow = 0.72 and Black (K on CMYK) = 0.18.

Color convert

RGB2081859-
CMYK00.910.720.18
HSL347.05º84.07%44.31%-
HSV(B)347.05º91.35%81.57%-
XYZ27.0214.165.45-
YUV79.48116.45219.67-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 72.98%
GREEN value IS 18 (7.42% from 255) = 6.32%
BLUE value IS 59 (23.44% from 255) = 20.70%
R=72.98%
G=6.32%
B=20.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.72
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208185900.910.720.18347.0584.0744.31
HexD0123B05B481215b542c
Octal320227301331102253312454
Binary1101000010010111011010110111001000100101010110111010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0123B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0123B; }

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

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

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

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

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

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

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

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