#CB1435

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

Shades of Cardinal #CB1435

Tints of Cardinal #CB1435

Color information

#CB1435 (or 0xCB1435) is unknown color: approx Cardinal. HEX triplet: CB, 14 and 35. RGB value is (203,20,53). Sum of RGB (Red+Green+Blue) = 203+20+53=276 (36% of max value = 765). Red value is 203 (79.69% from 255 or 73.55% from 276); Green value is 20 (8.20% from 255 or 7.25% from 276); Blue value is 53 (21.09% from 255 or 19.20% from 276); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1435 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB1435 is #34EBCA. Grayscale: #4E4E4E. Windows color (decimal): -3468235 or 3478731. OLE color: 3478731.

HSL color Cylindrical-coordinate representation of color #CB1435: hue angle of 349.18º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CB1435 is Cyan = 0, Magento = 0.90, Yellow = 0.74 and Black (K on CMYK) = 0.20.

Color convert

RGB2032053-
CMYK00.900.740.20
HSL349.18º82.06%43.73%-
HSV(B)349.18º90.15%79.61%-
XYZ25.5213.454.62-
YUV78.48113.63216.82-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 73.55%
GREEN value IS 20 (8.20% from 255) = 7.25%
BLUE value IS 53 (21.09% from 255) = 19.20%
R=73.55%
G=7.25%
B=19.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.74
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203205300.900.740.20349.1882.0643.73
HexCB143505A4A1415d522c
Octal313246501321122453512254
Binary1100101110100110101010110101001010101001010111011010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB1435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB1435; }

 p { color: rgb(203,20,53); }

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

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

 a { background-color: rgb(203,20,53); }

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

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

 span { border-color: rgb(203,20,53); }

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