#CD423E

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

Shades of Persian Red #CD423E

Tints of Persian Red #CD423E

Color information

#CD423E (or 0xCD423E) is unknown color: approx Persian Red. HEX triplet: CD, 42 and 3E. RGB value is (205,66,62). Sum of RGB (Red+Green+Blue) = 205+66+62=333 (44% of max value = 765). Red value is 205 (80.47% from 255 or 61.56% from 333); Green value is 66 (26.17% from 255 or 19.82% from 333); Blue value is 62 (24.61% from 255 or 18.62% from 333); Max value from RGB is 205 - color contains mainly: red. Hex color #CD423E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD423E is #32BDC1. Grayscale: #6B6B6B. Windows color (decimal): -3325378 or 4080333. OLE color: 4080333.

HSL color Cylindrical-coordinate representation of color #CD423E: hue angle of 1.68º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CD423E is Cyan = 0, Magento = 0.68, Yellow = 0.70 and Black (K on CMYK) = 0.20.

Color convert

RGB2056662-
CMYK00.680.700.20
HSL1.68º58.85%52.35%-
HSV(B)1.68º69.76%80.39%-
XYZ27.9917.226.41-
YUV107.1102.55197.83-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 61.56%
GREEN value IS 66 (26.17% from 255) = 19.82%
BLUE value IS 62 (24.61% from 255) = 18.62%
R=61.56%
G=19.82%
B=18.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.70
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205666200.680.700.201.6858.8552.35
HexCD423E044461423b34
Octal3151027601041062427364
Binary1100110110000101111100100010010001101010010111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD423E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD423E; }

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

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

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

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

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

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

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

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