#C7023E

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

Shades of Crimson #C7023E

Tints of Crimson #C7023E

Color information

#C7023E (or 0xC7023E) is unknown color: approx Crimson. HEX triplet: C7, 02 and 3E. RGB value is (199,2,62). Sum of RGB (Red+Green+Blue) = 199+2+62=263 (34% of max value = 765). Red value is 199 (78.12% from 255 or 75.67% from 263); Green value is 2 (1.17% from 255 or 0.76% from 263); Blue value is 62 (24.61% from 255 or 23.57% from 263); Max value from RGB is 199 - color contains mainly: red. Hex color #C7023E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7023E is #38FDC1. Grayscale: #434343. Windows color (decimal): -3734978 or 4063943. OLE color: 4063943.

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

Color convert

RGB199262-
CMYK00.990.690.22
HSL341.73º98.01%39.41%-
HSV(B)341.73º98.99%78.04%-
XYZ24.4412.535.69-
YUV67.74124.77221.62-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 75.67%
GREEN value IS 2 (1.17% from 255) = 0.76%
BLUE value IS 62 (24.61% from 255) = 23.57%
R=75.67%
G=0.76%
B=23.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.69
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19926200.990.690.22341.7398.0139.41
HexC723E06345161566227
Octal30727601431052652614247
Binary1100011110111110011000111000101101101010101101100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7023E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7023E; }

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

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

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

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

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

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

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

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