#CB223F

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

Shades of Cardinal #CB223F

Tints of Cardinal #CB223F

Color information

#CB223F (or 0xCB223F) is unknown color: approx Cardinal. HEX triplet: CB, 22 and 3F. RGB value is (203,34,63). Sum of RGB (Red+Green+Blue) = 203+34+63=300 (39% of max value = 765). Red value is 203 (79.69% from 255 or 67.67% from 300); Green value is 34 (13.67% from 255 or 11.33% from 300); Blue value is 63 (25% from 255 or 21% from 300); Max value from RGB is 203 - color contains mainly: red. Hex color #CB223F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB223F is #34DDC0. Grayscale: #575757. Windows color (decimal): -3464641 or 4137675. OLE color: 4137675.

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

Color convert

RGB2033463-
CMYK00.830.690.20
HSL349.7º71.31%46.47%-
HSV(B)349.7º83.25%79.61%-
XYZ26.114.26.07-
YUV87.84113.99210.14-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 67.67%
GREEN value IS 34 (13.67% from 255) = 11.33%
BLUE value IS 63 (25% from 255) = 21%
R=67.67%
G=11.33%
B=21%

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
Decimal203346300.830.690.20349.771.3146.47
HexCB223F053451415e472e
Octal313427701231052453610756
Binary11001011100010111111010100111000101101001010111101000111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB223F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB223F; }

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

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

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

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

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

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

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

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