#CB0E3F

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

Shades of Crimson #CB0E3F

Tints of Crimson #CB0E3F

Color information

#CB0E3F (or 0xCB0E3F) is unknown color: approx Crimson. HEX triplet: CB, 0E and 3F. RGB value is (203,14,63). Sum of RGB (Red+Green+Blue) = 203+14+63=280 (37% of max value = 765). Red value is 203 (79.69% from 255 or 72.5% from 280); Green value is 14 (5.86% from 255 or 5% from 280); Blue value is 63 (25% from 255 or 22.5% from 280); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0E3F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0E3F is #34F1C0. Grayscale: #4C4C4C. Windows color (decimal): -3469761 or 4132555. OLE color: 4132555.

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

Color convert

RGB2031463-
CMYK00.930.690.20
HSL344.44º87.1%42.55%-
HSV(B)344.44º93.1%79.61%-
XYZ25.6813.375.93-
YUV76.1120.62218.52-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 72.5%
GREEN value IS 14 (5.86% from 255) = 5%
BLUE value IS 63 (25% from 255) = 22.5%
R=72.5%
G=5%
B=22.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.69
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203146300.930.690.20344.4487.142.55
HexCBE3F05D4514158572b
Octal313167701351052453012753
Binary110010111110111111010111011000101101001010110001010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB0E3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB0E3F; }

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

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

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

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

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

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

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

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