#CD2438

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

Shades of Cardinal #CD2438

Tints of Cardinal #CD2438

Color information

#CD2438 (or 0xCD2438) is unknown color: approx Cardinal. HEX triplet: CD, 24 and 38. RGB value is (205,36,56). Sum of RGB (Red+Green+Blue) = 205+36+56=297 (39% of max value = 765). Red value is 205 (80.47% from 255 or 69.02% from 297); Green value is 36 (14.45% from 255 or 12.12% from 297); Blue value is 56 (22.27% from 255 or 18.86% from 297); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2438 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD2438 is #32DBC7. Grayscale: #585858. Windows color (decimal): -3333064 or 3679437. OLE color: 3679437.

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

Color convert

RGB2053656-
CMYK00.820.730.20
HSL352.9º70.12%47.25%-
HSV(B)352.9º82.44%80.39%-
XYZ26.5214.535.15-
YUV88.81109.49210.87-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 69.02%
GREEN value IS 36 (14.45% from 255) = 12.12%
BLUE value IS 56 (22.27% from 255) = 18.86%
R=69.02%
G=12.12%
B=18.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.73
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205365600.820.730.20352.970.1247.25
HexCD24380524914161462f
Octal315447001221112454110657
Binary11001101100100111000010100101001001101001011000011000110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD2438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD2438; }

 p { color: rgb(205,36,56); }

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

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

 a { background-color: rgb(205,36,56); }

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

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

 span { border-color: rgb(205,36,56); }

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