#C13828

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

Shades of Persian Red #C13828

Tints of Persian Red #C13828

Color information

#C13828 (or 0xC13828) is unknown color: approx Persian Red. HEX triplet: C1, 38 and 28. RGB value is (193,56,40). Sum of RGB (Red+Green+Blue) = 193+56+40=289 (38% of max value = 765). Red value is 193 (75.78% from 255 or 66.78% from 289); Green value is 56 (22.27% from 255 or 19.38% from 289); Blue value is 40 (16.02% from 255 or 13.84% from 289); Max value from RGB is 193 - color contains mainly: red. Hex color #C13828 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13828 is #3EC7D7. Grayscale: #5F5F5F. Windows color (decimal): -4114392 or 2635969. OLE color: 2635969.

HSL color Cylindrical-coordinate representation of color #C13828: hue angle of 6.27º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C13828 is Cyan = 0, Magento = 0.71, Yellow = 0.79 and Black (K on CMYK) = 0.24.

Color convert

RGB1935640-
CMYK00.710.790.24
HSL6.27º65.67%45.69%-
HSV(B)6.27º79.27%75.69%-
XYZ23.7914.323.52-
YUV95.1496.89197.8-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 66.78%
GREEN value IS 56 (22.27% from 255) = 19.38%
BLUE value IS 40 (16.02% from 255) = 13.84%
R=66.78%
G=19.38%
B=13.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.79
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193564000.710.790.246.2765.6745.69
HexC138280474F186422e
Octal3017050010711730610256
Binary11000001111000101000010001111001111110001101000010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C13828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C13828; }

 p { color: rgb(193,56,40); }

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

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

 a { background-color: rgb(193,56,40); }

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

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

 span { border-color: rgb(193,56,40); }

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