#CB223E

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

Shades of Cardinal #CB223E

Tints of Cardinal #CB223E

Color information

#CB223E (or 0xCB223E) is unknown color: approx Cardinal. HEX triplet: CB, 22 and 3E. RGB value is (203,34,62). Sum of RGB (Red+Green+Blue) = 203+34+62=299 (39% of max value = 765). Red value is 203 (79.69% from 255 or 67.89% from 299); Green value is 34 (13.67% from 255 or 11.37% from 299); Blue value is 62 (24.61% from 255 or 20.74% from 299); Max value from RGB is 203 - color contains mainly: red. Hex color #CB223E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB223E is #34DDC1. Grayscale: #575757. Windows color (decimal): -3464642 or 4072139. OLE color: 4072139.

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

Color convert

RGB2033462-
CMYK00.830.690.20
HSL350.06º71.31%46.47%-
HSV(B)350.06º83.25%79.61%-
XYZ26.0714.195.92-
YUV87.72113.49210.22-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 67.89%
GREEN value IS 34 (13.67% from 255) = 11.37%
BLUE value IS 62 (24.61% from 255) = 20.74%
R=67.89%
G=11.37%
B=20.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.69
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203346200.830.690.20350.0671.3146.47
HexCB223E053451415e472e
Octal313427601231052453610756
Binary11001011100010111110010100111000101101001010111101000111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB223E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB223E; }

 p { color: rgb(203,34,62); }

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

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

 a { background-color: rgb(203,34,62); }

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

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

 span { border-color: rgb(203,34,62); }

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