#CB064B

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

Shades of Crimson #CB064B

Tints of Crimson #CB064B

Color information

#CB064B (or 0xCB064B) is unknown color: approx Crimson. HEX triplet: CB, 06 and 4B. RGB value is (203,6,75). Sum of RGB (Red+Green+Blue) = 203+6+75=284 (37% of max value = 765). Red value is 203 (79.69% from 255 or 71.48% from 284); Green value is 6 (2.73% from 255 or 2.11% from 284); Blue value is 75 (29.69% from 255 or 26.41% from 284); Max value from RGB is 203 - color contains mainly: red. Hex color #CB064B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB064B is #34F9B4. Grayscale: #484848. Windows color (decimal): -3471797 or 4916939. OLE color: 4916939.

HSL color Cylindrical-coordinate representation of color #CB064B: hue angle of 338.98º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CB064B is Cyan = 0, Magento = 0.97, Yellow = 0.63 and Black (K on CMYK) = 0.20.

Color convert

RGB203675-
CMYK00.970.630.20
HSL338.98º94.26%40.98%-
HSV(B)338.98º97.04%79.61%-
XYZ25.9613.337.86-
YUV72.77129.27220.89-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 71.48%
GREEN value IS 6 (2.73% from 255) = 2.11%
BLUE value IS 75 (29.69% from 255) = 26.41%
R=71.48%
G=2.11%
B=26.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.63
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20367500.970.630.20338.9894.2640.98
HexCB64B0613F141535e29
Octal31361130141772452313651
Binary11001011110100101101100001111111101001010100111011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB064B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB064B; }

 p { color: rgb(203,6,75); }

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

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

 a { background-color: rgb(203,6,75); }

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

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

 span { border-color: rgb(203,6,75); }

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