#C63430

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

Shades of Persian Red #C63430

Tints of Persian Red #C63430

Color information

#C63430 (or 0xC63430) is unknown color: approx Persian Red. HEX triplet: C6, 34 and 30. RGB value is (198,52,48). Sum of RGB (Red+Green+Blue) = 198+52+48=298 (39% of max value = 765). Red value is 198 (77.73% from 255 or 66.44% from 298); Green value is 52 (20.70% from 255 or 17.45% from 298); Blue value is 48 (19.14% from 255 or 16.11% from 298); Max value from RGB is 198 - color contains mainly: red. Hex color #C63430 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63430 is #39CBCF. Grayscale: #5F5F5F. Windows color (decimal): -3787728 or 3159238. OLE color: 3159238.

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

Color convert

RGB1985248-
CMYK00.740.760.22
HSL1.6º60.98%48.24%-
HSV(B)1.6º75.76%77.65%-
XYZ25.0514.684.31-
YUV95.2101.37201.33-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 66.44%
GREEN value IS 52 (20.70% from 255) = 17.45%
BLUE value IS 48 (19.14% from 255) = 16.11%
R=66.44%
G=17.45%
B=16.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.76
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198524800.740.760.221.660.9848.24
HexC6343004A4C1623d30
Octal306646001121142627560
Binary110001101101001100000100101010011001011010111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C63430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C63430; }

 p { color: rgb(198,52,48); }

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

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

 a { background-color: rgb(198,52,48); }

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

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

 span { border-color: rgb(198,52,48); }

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