#CB2240

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

Shades of Cardinal #CB2240

Tints of Cardinal #CB2240

Color information

#CB2240 (or 0xCB2240) is unknown color: approx Cardinal. HEX triplet: CB, 22 and 40. RGB value is (203,34,64). Sum of RGB (Red+Green+Blue) = 203+34+64=301 (39% of max value = 765). Red value is 203 (79.69% from 255 or 67.44% from 301); Green value is 34 (13.67% from 255 or 11.30% from 301); Blue value is 64 (25.39% from 255 or 21.26% from 301); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2240 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2240 is #34DDBF. Grayscale: #585858. Windows color (decimal): -3464640 or 4203211. OLE color: 4203211.

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

Color convert

RGB2033464-
CMYK00.830.680.20
HSL349.35º71.31%46.47%-
HSV(B)349.35º83.25%79.61%-
XYZ26.1314.216.22-
YUV87.95114.49210.06-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 67.44%
GREEN value IS 34 (13.67% from 255) = 11.30%
BLUE value IS 64 (25.39% from 255) = 21.26%
R=67.44%
G=11.30%
B=21.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.68
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203346400.830.680.20349.3571.3146.47
HexCB2240053441415d472e
Octal3134210001231042453510756
Binary110010111000101000000010100111000100101001010111011000111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB2240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB2240; }

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

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

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

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

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

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

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

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