#C8033A

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

Shades of Crimson #C8033A

Tints of Crimson #C8033A

Color information

#C8033A (or 0xC8033A) is unknown color: approx Crimson. HEX triplet: C8, 03 and 3A. RGB value is (200,3,58). Sum of RGB (Red+Green+Blue) = 200+3+58=261 (34% of max value = 765). Red value is 200 (78.52% from 255 or 76.63% from 261); Green value is 3 (1.56% from 255 or 1.15% from 261); Blue value is 58 (23.05% from 255 or 22.22% from 261); Max value from RGB is 200 - color contains mainly: red. Hex color #C8033A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8033A is #37FCC5. Grayscale: #444444. Windows color (decimal): -3669190 or 3802056. OLE color: 3802056.

HSL color Cylindrical-coordinate representation of color #C8033A: hue angle of 343.25º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C8033A is Cyan = 0, Magento = 0.98, Yellow = 0.71 and Black (K on CMYK) = 0.22.

Color convert

RGB200358-
CMYK00.980.710.22
HSL343.25º97.04%39.8%-
HSV(B)343.25º98.5%78.43%-
XYZ24.6212.655.15-
YUV68.17122.27222.03-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 76.63%
GREEN value IS 3 (1.56% from 255) = 1.15%
BLUE value IS 58 (23.05% from 255) = 22.22%
R=76.63%
G=1.15%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.71
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20035800.980.710.22343.2597.0439.8
HexC833A06247161576128
Octal31037201421072652714150
Binary1100100011111010011000101000111101101010101111100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8033A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8033A; }

 p { color: rgb(200,3,58); }

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

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

 a { background-color: rgb(200,3,58); }

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

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

 span { border-color: rgb(200,3,58); }

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