#cd0d42

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

Shades of Crimson #CD0D42

Tints of Crimson #CD0D42

Color information

#CD0D42 (or 0xCD0D42) is unknown color: approx Crimson. HEX triplet: CD, 0D and 42. RGB value is (205,13,66). Sum of RGB (Red+Green+Blue) = 205+13+66=284 (37% of max value = 765). Red value is 205 (80.47% from 255 or 72.18% from 284); Green value is 13 (5.47% from 255 or 4.58% from 284); Blue value is 66 (26.17% from 255 or 23.24% from 284); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0D42 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD0D42 is #32F2BD. Grayscale: #4C4C4C. Windows color (decimal): -3338942 or 4328909. OLE color: 4328909.

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

Color convert

RGB2051366-
CMYK00.940.680.20
HSL343.44º88.07%42.75%-
HSV(B)343.44º93.66%80.39%-
XYZ26.313.666.4-
YUV76.45122.11219.69-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 72.18%
GREEN value IS 13 (5.47% from 255) = 4.58%
BLUE value IS 66 (26.17% from 255) = 23.24%
R=72.18%
G=4.58%
B=23.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.68
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205136600.940.680.20343.4488.0742.75
HexCDD4205E4414157582b
Octal3151510201361042452713053
Binary1100110111011000010010111101000100101001010101111011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cd0d42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cd0d42; }

 p { color: rgb(205,13,66); }

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

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

 a { background-color: rgb(205,13,66); }

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

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

 span { border-color: rgb(205,13,66); }

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