#CB0141

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

Shades of Crimson #CB0141

Tints of Crimson #CB0141

Color information

#CB0141 (or 0xCB0141) is unknown color: approx Crimson. HEX triplet: CB, 01 and 41. RGB value is (203,1,65). Sum of RGB (Red+Green+Blue) = 203+1+65=269 (35% of max value = 765). Red value is 203 (79.69% from 255 or 75.46% from 269); Green value is 1 (0.78% from 255 or 0.37% from 269); Blue value is 65 (25.78% from 255 or 24.16% from 269); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0141 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0141 is #34FEBE. Grayscale: #444444. Windows color (decimal): -3473087 or 4260299. OLE color: 4260299.

HSL color Cylindrical-coordinate representation of color #CB0141: hue angle of 340.99º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CB0141 is Cyan = 0, Magento = 1.00, Yellow = 0.68 and Black (K on CMYK) = 0.20.

Color convert

RGB203165-
CMYK01.000.680.20
HSL340.99º99.02%40%-
HSV(B)340.99º99.51%79.61%-
XYZ25.5913.16.18-
YUV68.69125.92223.8-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 75.46%
GREEN value IS 1 (0.78% from 255) = 0.37%
BLUE value IS 65 (25.78% from 255) = 24.16%
R=75.46%
G=0.37%
B=24.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.68
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20316501.000.680.20340.9999.0240
HexCB14106444141556328
Octal313110101441042452514350
Binary1100101111000001011001001000100101001010101011100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB0141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB0141; }

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

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

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

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

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

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

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

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