#CD2336

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

Shades of Cardinal #CD2336

Tints of Cardinal #CD2336

Color information

#CD2336 (or 0xCD2336) is unknown color: approx Cardinal. HEX triplet: CD, 23 and 36. RGB value is (205,35,54). Sum of RGB (Red+Green+Blue) = 205+35+54=294 (38% of max value = 765). Red value is 205 (80.47% from 255 or 69.73% from 294); Green value is 35 (14.06% from 255 or 11.90% from 294); Blue value is 54 (21.48% from 255 or 18.37% from 294); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2336 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD2336 is #32DCC9. Grayscale: #585858. Windows color (decimal): -3333322 or 3548109. OLE color: 3548109.

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

Color convert

RGB2053554-
CMYK00.830.740.20
HSL353.29º70.83%47.06%-
HSV(B)353.29º82.93%80.39%-
XYZ26.4414.454.88-
YUV88108.82211.46-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 69.73%
GREEN value IS 35 (14.06% from 255) = 11.90%
BLUE value IS 54 (21.48% from 255) = 18.37%
R=69.73%
G=11.90%
B=18.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.74
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205355400.830.740.20353.2970.8347.06
HexCD23360534A14161472f
Octal315436601231122454110757
Binary11001101100011110110010100111001010101001011000011000111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD2336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD2336; }

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

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

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

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

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

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

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

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