#c43328

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

Shades of Persian Red #C43328

Tints of Persian Red #C43328

Color information

#C43328 (or 0xC43328) is unknown color: approx Persian Red. HEX triplet: C4, 33 and 28. RGB value is (196,51,40). Sum of RGB (Red+Green+Blue) = 196+51+40=287 (38% of max value = 765). Red value is 196 (76.95% from 255 or 68.29% from 287); Green value is 51 (20.31% from 255 or 17.77% from 287); Blue value is 40 (16.02% from 255 or 13.94% from 287); Max value from RGB is 196 - color contains mainly: red. Hex color #C43328 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43328 is #3BCCD7. Grayscale: #5D5D5D. Windows color (decimal): -3919064 or 2634692. OLE color: 2634692.

HSL color Cylindrical-coordinate representation of color #C43328: hue angle of 4.23º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C43328 is Cyan = 0, Magento = 0.74, Yellow = 0.80 and Black (K on CMYK) = 0.23.

Color convert

RGB1965140-
CMYK00.740.800.23
HSL4.23º66.1%46.27%-
HSV(B)4.23º79.59%76.86%-
XYZ24.3314.263.48-
YUV93.198.04201.39-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 68.29%
GREEN value IS 51 (20.31% from 255) = 17.77%
BLUE value IS 40 (16.02% from 255) = 13.94%
R=68.29%
G=17.77%
B=13.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.80
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196514000.740.800.234.2366.146.27
HexC4332804A50174422e
Octal3046350011212027410256
Binary11000100110011101000010010101010000101111001000010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c43328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c43328; }

 p { color: rgb(196,51,40); }

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

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

 a { background-color: rgb(196,51,40); }

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

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

 span { border-color: rgb(196,51,40); }

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