#C8053A

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

Shades of Crimson #C8053A

Tints of Crimson #C8053A

Color information

#C8053A (or 0xC8053A) is unknown color: approx Crimson. HEX triplet: C8, 05 and 3A. RGB value is (200,5,58). Sum of RGB (Red+Green+Blue) = 200+5+58=263 (34% of max value = 765). Red value is 200 (78.52% from 255 or 76.05% from 263); Green value is 5 (2.34% from 255 or 1.90% from 263); Blue value is 58 (23.05% from 255 or 22.05% from 263); Max value from RGB is 200 - color contains mainly: red. Hex color #C8053A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8053A is #37FAC5. Grayscale: #454545. Windows color (decimal): -3668678 or 3802568. OLE color: 3802568.

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

Color convert

RGB200558-
CMYK00.980.710.22
HSL343.69º95.12%40.2%-
HSV(B)343.69º97.5%78.43%-
XYZ24.6412.695.15-
YUV69.35121.6221.19-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 76.05%
GREEN value IS 5 (2.34% from 255) = 1.90%
BLUE value IS 58 (23.05% from 255) = 22.05%
R=76.05%
G=1.90%
B=22.05%

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
Decimal20055800.980.710.22343.6995.1240.2
HexC853A06247161585f28
Octal31057201421072653013750
Binary11001000101111010011000101000111101101010110001011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8053A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8053A; }

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

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

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

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

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

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

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

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