#CB0233

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

Shades of Crimson #CB0233

Tints of Crimson #CB0233

Color information

#CB0233 (or 0xCB0233) is unknown color: approx Crimson. HEX triplet: CB, 02 and 33. RGB value is (203,2,51). Sum of RGB (Red+Green+Blue) = 203+2+51=256 (33% of max value = 765). Red value is 203 (79.69% from 255 or 79.30% from 256); Green value is 2 (1.17% from 255 or 0.78% from 256); Blue value is 51 (20.31% from 255 or 19.92% from 256); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0233 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0233 is #34FDCC. Grayscale: #434343. Windows color (decimal): -3472845 or 3343051. OLE color: 3343051.

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

Color convert

RGB203251-
CMYK00.990.750.20
HSL345.37º98.05%40.2%-
HSV(B)345.37º99.01%79.61%-
XYZ25.2512.984.31-
YUV67.68118.59224.52-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 79.30%
GREEN value IS 2 (1.17% from 255) = 0.78%
BLUE value IS 51 (20.31% from 255) = 19.92%
R=79.30%
G=0.78%
B=19.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.75
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20325100.990.750.20345.3798.0540.2
HexCB2330634B141596228
Octal31326301431132453114250
Binary1100101110110011011000111001011101001010110011100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB0233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB0233; }

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

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

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

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

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

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

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

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