#CB0E3B

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

Shades of Crimson #CB0E3B

Tints of Crimson #CB0E3B

Color information

#CB0E3B (or 0xCB0E3B) is unknown color: approx Crimson. HEX triplet: CB, 0E and 3B. RGB value is (203,14,59). Sum of RGB (Red+Green+Blue) = 203+14+59=276 (36% of max value = 765). Red value is 203 (79.69% from 255 or 73.55% from 276); Green value is 14 (5.86% from 255 or 5.07% from 276); Blue value is 59 (23.44% from 255 or 21.38% from 276); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0E3B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0E3B is #34F1C4. Grayscale: #4B4B4B. Windows color (decimal): -3469765 or 3870411. OLE color: 3870411.

HSL color Cylindrical-coordinate representation of color #CB0E3B: hue angle of 345.71º 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 #CB0E3B is Cyan = 0, Magento = 0.93, Yellow = 0.71 and Black (K on CMYK) = 0.20.

Color convert

RGB2031459-
CMYK00.930.710.20
HSL345.71º87.1%42.55%-
HSV(B)345.71º93.1%79.61%-
XYZ25.5813.335.36-
YUV75.64118.62218.84-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 73.55%
GREEN value IS 14 (5.86% from 255) = 5.07%
BLUE value IS 59 (23.44% from 255) = 21.38%
R=73.55%
G=5.07%
B=21.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.71
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203145900.930.710.20345.7187.142.55
HexCBE3B05D471415a572b
Octal313167301351072453212753
Binary110010111110111011010111011000111101001010110101010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB0E3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB0E3B; }

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

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

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

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

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

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

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

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