#CB0042

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

Shades of Crimson #CB0042

Tints of Crimson #CB0042

Color information

#CB0042 (or 0xCB0042) is unknown color: approx Crimson. HEX triplet: CB, 00 and 42. RGB value is (203,0,66). Sum of RGB (Red+Green+Blue) = 203+0+66=269 (35% of max value = 765). Red value is 203 (79.69% from 255 or 75.46% from 269); Green value is 0 (0.39% from 255 or 0% from 269); Blue value is 66 (26.17% from 255 or 24.54% from 269); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0042 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0042 is #34FFBD. Grayscale: #444444. Windows color (decimal): -3473342 or 4325579. OLE color: 4325579.

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

Color convert

RGB203066-
CMYK010.670.20
HSL340.49º100%39.8%-
HSV(B)340.49º100%79.61%-
XYZ25.6113.096.33-
YUV68.22126.75224.13-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 75.46%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 66 (26.17% from 255) = 24.54%
R=75.46%
G=0%
B=24.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.67
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203066010.670.20340.4910039.8
HexCB04206443141546428
Octal313010201441032452414450
Binary1100101101000010011001001000011101001010101001100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB0042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB0042; }

 p { color: rgb(203,0,66); }

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

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

 a { background-color: rgb(203,0,66); }

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

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

 span { border-color: rgb(203,0,66); }

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