#C62E2C

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

Shades of Persian Red #C62E2C

Tints of Persian Red #C62E2C

Color information

#C62E2C (or 0xC62E2C) is unknown color: approx Persian Red. HEX triplet: C6, 2E and 2C. RGB value is (198,46,44). Sum of RGB (Red+Green+Blue) = 198+46+44=288 (38% of max value = 765). Red value is 198 (77.73% from 255 or 68.75% from 288); Green value is 46 (18.36% from 255 or 15.97% from 288); Blue value is 44 (17.58% from 255 or 15.28% from 288); Max value from RGB is 198 - color contains mainly: red. Hex color #C62E2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62E2C is #39D1D3. Grayscale: #5B5B5B. Windows color (decimal): -3789268 or 2895558. OLE color: 2895558.

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

Color convert

RGB1984644-
CMYK00.770.780.22
HSL0.78º63.64%47.45%-
HSV(B)0.78º77.78%77.65%-
XYZ24.7214.143.81-
YUV91.22101.36204.16-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 68.75%
GREEN value IS 46 (18.36% from 255) = 15.97%
BLUE value IS 44 (17.58% from 255) = 15.28%
R=68.75%
G=15.97%
B=15.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.78
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198464400.770.780.220.7863.6447.45
HexC62E2C04D4E161402f
Octal3065654011511626110057
Binary110001101011101011000100110110011101011011000000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C62E2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C62E2C; }

 p { color: rgb(198,46,44); }

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

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

 a { background-color: rgb(198,46,44); }

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

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

 span { border-color: rgb(198,46,44); }

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