#C7063E

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

Shades of Crimson #C7063E

Tints of Crimson #C7063E

Color information

#C7063E (or 0xC7063E) is unknown color: approx Crimson. HEX triplet: C7, 06 and 3E. RGB value is (199,6,62). Sum of RGB (Red+Green+Blue) = 199+6+62=267 (35% of max value = 765). Red value is 199 (78.12% from 255 or 74.53% from 267); Green value is 6 (2.73% from 255 or 2.25% from 267); Blue value is 62 (24.61% from 255 or 23.22% from 267); Max value from RGB is 199 - color contains mainly: red. Hex color #C7063E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7063E is #38F9C1. Grayscale: #464646. Windows color (decimal): -3733954 or 4064967. OLE color: 4064967.

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

Color convert

RGB199662-
CMYK00.970.690.22
HSL342.59º94.15%40.2%-
HSV(B)342.59º96.98%78.04%-
XYZ24.4912.625.7-
YUV70.09123.44219.95-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 74.53%
GREEN value IS 6 (2.73% from 255) = 2.25%
BLUE value IS 62 (24.61% from 255) = 23.22%
R=74.53%
G=2.25%
B=23.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.69
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19966200.970.690.22342.5994.1540.2
HexC763E06145161575e28
Octal30767601411052652713650
Binary11000111110111110011000011000101101101010101111011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7063E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7063E; }

 p { color: rgb(199,6,62); }

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

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

 a { background-color: rgb(199,6,62); }

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

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

 span { border-color: rgb(199,6,62); }

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