#C7023C

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

Shades of Crimson #C7023C

Tints of Crimson #C7023C

Color information

#C7023C (or 0xC7023C) is unknown color: approx Crimson. HEX triplet: C7, 02 and 3C. RGB value is (199,2,60). Sum of RGB (Red+Green+Blue) = 199+2+60=261 (34% of max value = 765). Red value is 199 (78.12% from 255 or 76.25% from 261); Green value is 2 (1.17% from 255 or 0.77% from 261); Blue value is 60 (23.83% from 255 or 22.99% from 261); Max value from RGB is 199 - color contains mainly: red. Hex color #C7023C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7023C is #38FDC3. Grayscale: #434343. Windows color (decimal): -3734980 or 3932871. OLE color: 3932871.

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

Color convert

RGB199260-
CMYK00.990.700.22
HSL342.34º98.01%39.41%-
HSV(B)342.34º98.99%78.04%-
XYZ24.3912.515.4-
YUV67.52123.77221.78-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 76.25%
GREEN value IS 2 (1.17% from 255) = 0.77%
BLUE value IS 60 (23.83% from 255) = 22.99%
R=76.25%
G=0.77%
B=22.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.70
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19926000.990.700.22342.3498.0139.41
HexC723C06346161566227
Octal30727401431062652614247
Binary1100011110111100011000111000110101101010101101100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7023C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7023C; }

 p { color: rgb(199,2,60); }

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

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

 a { background-color: rgb(199,2,60); }

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

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

 span { border-color: rgb(199,2,60); }

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