#CD0E40

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

Shades of Crimson #CD0E40

Tints of Crimson #CD0E40

Color information

#CD0E40 (or 0xCD0E40) is unknown color: approx Crimson. HEX triplet: CD, 0E and 40. RGB value is (205,14,64). Sum of RGB (Red+Green+Blue) = 205+14+64=283 (37% of max value = 765). Red value is 205 (80.47% from 255 or 72.44% from 283); Green value is 14 (5.86% from 255 or 4.95% from 283); Blue value is 64 (25.39% from 255 or 22.61% from 283); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0E40 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD0E40 is #32F1BF. Grayscale: #4C4C4C. Windows color (decimal): -3338688 or 4198093. OLE color: 4198093.

HSL color Cylindrical-coordinate representation of color #CD0E40: hue angle of 344.29º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CD0E40 is Cyan = 0, Magento = 0.93, Yellow = 0.69 and Black (K on CMYK) = 0.20.

Color convert

RGB2051464-
CMYK00.930.690.20
HSL344.29º87.21%42.94%-
HSV(B)344.29º93.17%80.39%-
XYZ26.2613.666.1-
YUV76.81120.78219.43-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 72.44%
GREEN value IS 14 (5.86% from 255) = 4.95%
BLUE value IS 64 (25.39% from 255) = 22.61%
R=72.44%
G=4.95%
B=22.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.69
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205146400.930.690.20344.2987.2142.94
HexCDE4005D4514158572b
Octal3151610001351052453012753
Binary1100110111101000000010111011000101101001010110001010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD0E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD0E40; }

 p { color: rgb(205,14,64); }

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

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

 a { background-color: rgb(205,14,64); }

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

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

 span { border-color: rgb(205,14,64); }

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