#CB0E40

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

Shades of Crimson #CB0E40

Tints of Crimson #CB0E40

Color information

#CB0E40 (or 0xCB0E40) is unknown color: approx Crimson. HEX triplet: CB, 0E and 40. RGB value is (203,14,64). Sum of RGB (Red+Green+Blue) = 203+14+64=281 (37% of max value = 765). Red value is 203 (79.69% from 255 or 72.24% from 281); Green value is 14 (5.86% from 255 or 4.98% from 281); Blue value is 64 (25.39% from 255 or 22.78% from 281); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0E40 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0E40 is #34F1BF. Grayscale: #4C4C4C. Windows color (decimal): -3469760 or 4198091. OLE color: 4198091.

HSL color Cylindrical-coordinate representation of color #CB0E40: hue angle of 344.13º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CB0E40 is Cyan = 0, Magento = 0.93, Yellow = 0.68 and Black (K on CMYK) = 0.20.

Color convert

RGB2031464-
CMYK00.930.680.20
HSL344.13º87.1%42.55%-
HSV(B)344.13º93.1%79.61%-
XYZ25.7113.386.08-
YUV76.21121.12218.43-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 72.24%
GREEN value IS 14 (5.86% from 255) = 4.98%
BLUE value IS 64 (25.39% from 255) = 22.78%
R=72.24%
G=4.98%
B=22.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.68
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203146400.930.680.20344.1387.142.55
HexCBE4005D4414158572b
Octal3131610001351042453012753
Binary1100101111101000000010111011000100101001010110001010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB0E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB0E40; }

 p { color: rgb(203,14,64); }

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

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

 a { background-color: rgb(203,14,64); }

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

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

 span { border-color: rgb(203,14,64); }

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