#C7063D

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

Shades of Crimson #C7063D

Tints of Crimson #C7063D

Color information

#C7063D (or 0xC7063D) is unknown color: approx Crimson. HEX triplet: C7, 06 and 3D. RGB value is (199,6,61). Sum of RGB (Red+Green+Blue) = 199+6+61=266 (35% of max value = 765). Red value is 199 (78.12% from 255 or 74.81% from 266); Green value is 6 (2.73% from 255 or 2.26% from 266); Blue value is 61 (24.22% from 255 or 22.93% from 266); Max value from RGB is 199 - color contains mainly: red. Hex color #C7063D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7063D is #38F9C2. Grayscale: #454545. Windows color (decimal): -3733955 or 3999431. OLE color: 3999431.

HSL color Cylindrical-coordinate representation of color #C7063D: hue angle of 342.9º 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 #C7063D is Cyan = 0, Magento = 0.97, Yellow = 0.69 and Black (K on CMYK) = 0.22.

Color convert

RGB199661-
CMYK00.970.690.22
HSL342.9º94.15%40.2%-
HSV(B)342.9º96.98%78.04%-
XYZ24.4612.615.56-
YUV69.98122.94220.03-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 74.81%
GREEN value IS 6 (2.73% from 255) = 2.26%
BLUE value IS 61 (24.22% from 255) = 22.93%
R=74.81%
G=2.26%
B=22.93%

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
Decimal19966100.970.690.22342.994.1540.2
HexC763D06145161575e28
Octal30767501411052652713650
Binary11000111110111101011000011000101101101010101111011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7063D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7063D; }

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

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

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

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

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

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

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

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