#CD233D

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

Shades of Cardinal #CD233D

Tints of Cardinal #CD233D

Color information

#CD233D (or 0xCD233D) is unknown color: approx Cardinal. HEX triplet: CD, 23 and 3D. RGB value is (205,35,61). Sum of RGB (Red+Green+Blue) = 205+35+61=301 (39% of max value = 765). Red value is 205 (80.47% from 255 or 68.11% from 301); Green value is 35 (14.06% from 255 or 11.63% from 301); Blue value is 61 (24.22% from 255 or 20.27% from 301); Max value from RGB is 205 - color contains mainly: red. Hex color #CD233D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD233D is #32DCC2. Grayscale: #585858. Windows color (decimal): -3333315 or 4006861. OLE color: 4006861.

HSL color Cylindrical-coordinate representation of color #CD233D: hue angle of 350.82º degrees, saturation: 0.71, 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 #CD233D is Cyan = 0, Magento = 0.83, Yellow = 0.70 and Black (K on CMYK) = 0.20.

Color convert

RGB2053561-
CMYK00.830.700.20
HSL350.82º70.83%47.06%-
HSV(B)350.82º82.93%80.39%-
XYZ26.6214.525.81-
YUV88.79112.32210.89-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 68.11%
GREEN value IS 35 (14.06% from 255) = 11.63%
BLUE value IS 61 (24.22% from 255) = 20.27%
R=68.11%
G=11.63%
B=20.27%

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
Decimal205356100.830.700.20350.8270.8347.06
HexCD233D053461415f472f
Octal315437501231062453710757
Binary11001101100011111101010100111000110101001010111111000111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD233D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD233D; }

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

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

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

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

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

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

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

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