#CD1342

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

Shades of Crimson #CD1342

Tints of Crimson #CD1342

Color information

#CD1342 (or 0xCD1342) is unknown color: approx Crimson. HEX triplet: CD, 13 and 42. RGB value is (205,19,66). Sum of RGB (Red+Green+Blue) = 205+19+66=290 (38% of max value = 765). Red value is 205 (80.47% from 255 or 70.69% from 290); Green value is 19 (7.81% from 255 or 6.55% from 290); Blue value is 66 (26.17% from 255 or 22.76% from 290); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1342 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD1342 is #32ECBD. Grayscale: #4F4F4F. Windows color (decimal): -3337406 or 4330445. OLE color: 4330445.

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

Color convert

RGB2051966-
CMYK00.910.680.20
HSL344.84º83.04%43.92%-
HSV(B)344.84º90.73%80.39%-
XYZ26.3913.846.43-
YUV79.97120.12217.18-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 70.69%
GREEN value IS 19 (7.81% from 255) = 6.55%
BLUE value IS 66 (26.17% from 255) = 22.76%
R=70.69%
G=6.55%
B=22.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.68
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205196600.910.680.20344.8483.0443.92
HexCD134205B4414159532c
Octal3152310201331042453112354
Binary11001101100111000010010110111000100101001010110011010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD1342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD1342; }

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

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

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

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

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

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

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

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