#c8423e

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

Shades of Persian Red #C8423E

Tints of Persian Red #C8423E

Color information

#C8423E (or 0xC8423E) is unknown color: approx Persian Red. HEX triplet: C8, 42 and 3E. RGB value is (200,66,62). Sum of RGB (Red+Green+Blue) = 200+66+62=328 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.98% from 328); Green value is 66 (26.17% from 255 or 20.12% from 328); Blue value is 62 (24.61% from 255 or 18.90% from 328); Max value from RGB is 200 - color contains mainly: red. Hex color #C8423E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8423E is #37BDC1. Grayscale: #696969. Windows color (decimal): -3653058 or 4080328. OLE color: 4080328.

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

Color convert

RGB2006662-
CMYK00.670.690.22
HSL1.74º55.65%51.37%-
HSV(B)1.74º69%78.43%-
XYZ26.6416.526.34-
YUV105.61103.39195.33-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 60.98%
GREEN value IS 66 (26.17% from 255) = 20.12%
BLUE value IS 62 (24.61% from 255) = 18.90%
R=60.98%
G=20.12%
B=18.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.69
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200666200.670.690.221.7455.6551.37
HexC8423E043451623833
Octal3101027601031052627063
Binary1100100010000101111100100001110001011011010111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c8423e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c8423e; }

 p { color: rgb(200,66,62); }

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

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

 a { background-color: rgb(200,66,62); }

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

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

 span { border-color: rgb(200,66,62); }

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