#CD0744

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

Shades of Crimson #CD0744

Tints of Crimson #CD0744

Color information

#CD0744 (or 0xCD0744) is unknown color: approx Crimson. HEX triplet: CD, 07 and 44. RGB value is (205,7,68). Sum of RGB (Red+Green+Blue) = 205+7+68=280 (37% of max value = 765). Red value is 205 (80.47% from 255 or 73.21% from 280); Green value is 7 (3.12% from 255 or 2.5% from 280); Blue value is 68 (26.95% from 255 or 24.29% from 280); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0744 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD0744 is #32F8BB. Grayscale: #494949. Windows color (decimal): -3340476 or 4458445. OLE color: 4458445.

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

Color convert

RGB205768-
CMYK00.970.670.20
HSL341.52º93.4%41.57%-
HSV(B)341.52º96.59%80.39%-
XYZ26.313.556.7-
YUV73.16125.1222.04-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 73.21%
GREEN value IS 7 (3.12% from 255) = 2.5%
BLUE value IS 68 (26.95% from 255) = 24.29%
R=73.21%
G=2.5%
B=24.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.67
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20576800.970.670.20341.5293.441.57
HexCD74406143141565d2a
Octal315710401411032452613552
Binary110011011111000100011000011000011101001010101101011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD0744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD0744; }

 p { color: rgb(205,7,68); }

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

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

 a { background-color: rgb(205,7,68); }

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

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

 span { border-color: rgb(205,7,68); }

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