#CB053C

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

Shades of Crimson #CB053C

Tints of Crimson #CB053C

Color information

#CB053C (or 0xCB053C) is unknown color: approx Crimson. HEX triplet: CB, 05 and 3C. RGB value is (203,5,60). Sum of RGB (Red+Green+Blue) = 203+5+60=268 (35% of max value = 765). Red value is 203 (79.69% from 255 or 75.75% from 268); Green value is 5 (2.34% from 255 or 1.87% from 268); Blue value is 60 (23.83% from 255 or 22.39% from 268); Max value from RGB is 203 - color contains mainly: red. Hex color #CB053C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB053C is #34FAC3. Grayscale: #464646. Windows color (decimal): -3472068 or 3933643. OLE color: 3933643.

HSL color Cylindrical-coordinate representation of color #CB053C: hue angle of 343.33º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CB053C is Cyan = 0, Magento = 0.98, Yellow = 0.70 and Black (K on CMYK) = 0.20.

Color convert

RGB203560-
CMYK00.980.700.20
HSL343.33º95.19%40.78%-
HSV(B)343.33º97.54%79.61%-
XYZ25.513.135.47-
YUV70.47122.1222.53-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 75.75%
GREEN value IS 5 (2.34% from 255) = 1.87%
BLUE value IS 60 (23.83% from 255) = 22.39%
R=75.75%
G=1.87%
B=22.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.70
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20356000.980.700.20343.3395.1940.78
HexCB53C06246141575f29
Octal31357401421062452713751
Binary11001011101111100011000101000110101001010101111011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB053C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB053C; }

 p { color: rgb(203,5,60); }

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

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

 a { background-color: rgb(203,5,60); }

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

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

 span { border-color: rgb(203,5,60); }

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