#CB2241

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

Shades of Cardinal #CB2241

Tints of Cardinal #CB2241

Color information

#CB2241 (or 0xCB2241) is unknown color: approx Cardinal. HEX triplet: CB, 22 and 41. RGB value is (203,34,65). Sum of RGB (Red+Green+Blue) = 203+34+65=302 (40% of max value = 765). Red value is 203 (79.69% from 255 or 67.22% from 302); Green value is 34 (13.67% from 255 or 11.26% from 302); Blue value is 65 (25.78% from 255 or 21.52% from 302); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2241 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2241 is #34DDBE. Grayscale: #585858. Windows color (decimal): -3464639 or 4268747. OLE color: 4268747.

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

Color convert

RGB2033465-
CMYK00.830.680.20
HSL348.99º71.31%46.47%-
HSV(B)348.99º83.25%79.61%-
XYZ26.1514.226.37-
YUV88.06114.99209.98-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 67.22%
GREEN value IS 34 (13.67% from 255) = 11.26%
BLUE value IS 65 (25.78% from 255) = 21.52%
R=67.22%
G=11.26%
B=21.52%

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
Decimal203346500.830.680.20348.9971.3146.47
HexCB2241053441415d472e
Octal3134210101231042453510756
Binary110010111000101000001010100111000100101001010111011000111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB2241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB2241; }

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

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

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

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

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

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

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

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