#CD223D

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

Shades of Cardinal #CD223D

Tints of Cardinal #CD223D

Color information

#CD223D (or 0xCD223D) is unknown color: approx Cardinal. HEX triplet: CD, 22 and 3D. RGB value is (205,34,61). Sum of RGB (Red+Green+Blue) = 205+34+61=300 (39% of max value = 765). Red value is 205 (80.47% from 255 or 68.33% from 300); Green value is 34 (13.67% from 255 or 11.33% from 300); Blue value is 61 (24.22% from 255 or 20.33% from 300); Max value from RGB is 205 - color contains mainly: red. Hex color #CD223D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD223D is #32DDC2. Grayscale: #585858. Windows color (decimal): -3333571 or 4006605. OLE color: 4006605.

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

Color convert

RGB2053461-
CMYK00.830.700.20
HSL350.53º71.55%46.86%-
HSV(B)350.53º83.41%80.39%-
XYZ26.5914.465.8-
YUV88.21112.65211.3-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 68.33%
GREEN value IS 34 (13.67% from 255) = 11.33%
BLUE value IS 61 (24.22% from 255) = 20.33%
R=68.33%
G=11.33%
B=20.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.70
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205346100.830.700.20350.5371.5546.86
HexCD223D053461415f482f
Octal315427501231062453711057
Binary11001101100010111101010100111000110101001010111111001000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD223D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD223D; }

 p { color: rgb(205,34,61); }

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

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

 a { background-color: rgb(205,34,61); }

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

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

 span { border-color: rgb(205,34,61); }

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