#CB003D

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

Shades of Crimson #CB003D

Tints of Crimson #CB003D

Color information

#CB003D (or 0xCB003D) is unknown color: approx Crimson. HEX triplet: CB, 00 and 3D. RGB value is (203,0,61). Sum of RGB (Red+Green+Blue) = 203+0+61=264 (34% of max value = 765). Red value is 203 (79.69% from 255 or 76.89% from 264); Green value is 0 (0.39% from 255 or 0% from 264); Blue value is 61 (24.22% from 255 or 23.11% from 264); Max value from RGB is 203 - color contains mainly: red. Hex color #CB003D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB003D is #34FFC2. Grayscale: #434343. Windows color (decimal): -3473347 or 3997899. OLE color: 3997899.

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

Color convert

RGB203061-
CMYK010.700.20
HSL341.97º100%39.8%-
HSV(B)341.97º100%79.61%-
XYZ25.4713.035.59-
YUV67.65124.25224.54-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 76.89%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 61 (24.22% from 255) = 23.11%
R=76.89%
G=0%
B=23.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.70
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203061010.700.20341.9710039.8
HexCB03D06446141566428
Octal31307501441062452614450
Binary110010110111101011001001000110101001010101101100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB003D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB003D; }

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

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

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

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

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

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

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

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