#CD1B45

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

Shades of Cardinal #CD1B45

Tints of Cardinal #CD1B45

Color information

#CD1B45 (or 0xCD1B45) is unknown color: approx Cardinal. HEX triplet: CD, 1B and 45. RGB value is (205,27,69). Sum of RGB (Red+Green+Blue) = 205+27+69=301 (39% of max value = 765). Red value is 205 (80.47% from 255 or 68.11% from 301); Green value is 27 (10.94% from 255 or 8.97% from 301); Blue value is 69 (27.34% from 255 or 22.92% from 301); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1B45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD1B45 is #32E4BA. Grayscale: #555555. Windows color (decimal): -3335355 or 4529101. OLE color: 4529101.

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

Color convert

RGB2052769-
CMYK00.870.660.20
HSL345.84º76.72%45.49%-
HSV(B)345.84º86.83%80.39%-
XYZ26.6414.196.97-
YUV85.01118.97213.58-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 68.11%
GREEN value IS 27 (10.94% from 255) = 8.97%
BLUE value IS 69 (27.34% from 255) = 22.92%
R=68.11%
G=8.97%
B=22.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.66
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205276900.870.660.20345.8476.7245.49
HexCD1B45057421415a4d2d
Octal3153310501271022453211555
Binary11001101110111000101010101111000010101001010110101001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD1B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD1B45; }

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

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

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

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

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

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

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

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