#CB1F33

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

Shades of Cardinal #CB1F33

Tints of Cardinal #CB1F33

Color information

#CB1F33 (or 0xCB1F33) is unknown color: approx Cardinal. HEX triplet: CB, 1F and 33. RGB value is (203,31,51). Sum of RGB (Red+Green+Blue) = 203+31+51=285 (37% of max value = 765). Red value is 203 (79.69% from 255 or 71.23% from 285); Green value is 31 (12.5% from 255 or 10.88% from 285); Blue value is 51 (20.31% from 255 or 17.89% from 285); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1F33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB1F33 is #34E0CC. Grayscale: #545454. Windows color (decimal): -3465421 or 3350475. OLE color: 3350475.

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

Color convert

RGB2033151-
CMYK00.850.750.20
HSL353.02º73.5%45.88%-
HSV(B)353.02º84.73%79.61%-
XYZ25.7213.924.46-
YUV84.71108.98212.37-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 71.23%
GREEN value IS 31 (12.5% from 255) = 10.88%
BLUE value IS 51 (20.31% from 255) = 17.89%
R=71.23%
G=10.88%
B=17.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.75
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203315100.850.750.20353.0273.545.88
HexCB1F330554B141614a2e
Octal313376301251132454111256
Binary1100101111111110011010101011001011101001011000011001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB1F33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB1F33; }

 p { color: rgb(203,31,51); }

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

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

 a { background-color: rgb(203,31,51); }

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

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

 span { border-color: rgb(203,31,51); }

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