#CD0045

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

Shades of Crimson #CD0045

Tints of Crimson #CD0045

Color information

#CD0045 (or 0xCD0045) is unknown color: approx Crimson. HEX triplet: CD, 00 and 45. RGB value is (205,0,69). Sum of RGB (Red+Green+Blue) = 205+0+69=274 (36% of max value = 765). Red value is 205 (80.47% from 255 or 74.82% from 274); Green value is 0 (0.39% from 255 or 0% from 274); Blue value is 69 (27.34% from 255 or 25.18% from 274); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0045 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD0045 is #32FFBA. Grayscale: #454545. Windows color (decimal): -3342267 or 4522189. OLE color: 4522189.

HSL color Cylindrical-coordinate representation of color #CD0045: hue angle of 339.8º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CD0045 is Cyan = 0, Magento = 1, Yellow = 0.66 and Black (K on CMYK) = 0.20.

Color convert

RGB205069-
CMYK010.660.20
HSL339.8º100%40.2%-
HSV(B)339.8º100%80.39%-
XYZ26.2513.416.83-
YUV69.16127.92224.89-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 74.82%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 69 (27.34% from 255) = 25.18%
R=74.82%
G=0%
B=25.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.66
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205069010.660.20339.810040.2
HexCD04506442141546428
Octal315010501441022452414450
Binary1100110101000101011001001000010101001010101001100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD0045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD0045; }

 p { color: rgb(205,0,69); }

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

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

 a { background-color: rgb(205,0,69); }

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

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

 span { border-color: rgb(205,0,69); }

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