#CD263A

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

Shades of Cardinal #CD263A

Tints of Cardinal #CD263A

Color information

#CD263A (or 0xCD263A) is unknown color: approx Cardinal. HEX triplet: CD, 26 and 3A. RGB value is (205,38,58). Sum of RGB (Red+Green+Blue) = 205+38+58=301 (39% of max value = 765). Red value is 205 (80.47% from 255 or 68.11% from 301); Green value is 38 (15.23% from 255 or 12.62% from 301); Blue value is 58 (23.05% from 255 or 19.27% from 301); Max value from RGB is 205 - color contains mainly: red. Hex color #CD263A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD263A is #32D9C5. Grayscale: #5A5A5A. Windows color (decimal): -3332550 or 3811021. OLE color: 3811021.

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

Color convert

RGB2053858-
CMYK00.810.720.20
HSL352.81º68.72%47.65%-
HSV(B)352.81º81.46%80.39%-
XYZ26.6314.675.43-
YUV90.21109.83209.87-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 68.11%
GREEN value IS 38 (15.23% from 255) = 12.62%
BLUE value IS 58 (23.05% from 255) = 19.27%
R=68.11%
G=12.62%
B=19.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.72
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205385800.810.720.20352.8168.7247.65
HexCD263A05148141614530
Octal315467201211102454110560
Binary11001101100110111010010100011001000101001011000011000101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD263A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD263A; }

 p { color: rgb(205,38,58); }

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

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

 a { background-color: rgb(205,38,58); }

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

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

 span { border-color: rgb(205,38,58); }

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