#CD2E23

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

Shades of Persian Red #CD2E23

Tints of Persian Red #CD2E23

Color information

#CD2E23 (or 0xCD2E23) is unknown color: approx Persian Red. HEX triplet: CD, 2E and 23. RGB value is (205,46,35). Sum of RGB (Red+Green+Blue) = 205+46+35=286 (37% of max value = 765). Red value is 205 (80.47% from 255 or 71.68% from 286); Green value is 46 (18.36% from 255 or 16.08% from 286); Blue value is 35 (14.06% from 255 or 12.24% from 286); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2E23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD2E23 is #32D1DC. Grayscale: #5C5C5C. Windows color (decimal): -3330525 or 2305741. OLE color: 2305741.

HSL color Cylindrical-coordinate representation of color #CD2E23: hue angle of 3.88º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CD2E23 is Cyan = 0, Magento = 0.78, Yellow = 0.83 and Black (K on CMYK) = 0.20.

Color convert

RGB2054635-
CMYK00.780.830.20
HSL3.88º70.83%47.06%-
HSV(B)3.88º82.93%80.39%-
XYZ26.4615.053.1-
YUV92.2995.68208.39-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 71.68%
GREEN value IS 46 (18.36% from 255) = 16.08%
BLUE value IS 35 (14.06% from 255) = 12.24%
R=71.68%
G=16.08%
B=12.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.83
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205463500.780.830.203.8870.8347.06
HexCD2E2304E53144472f
Octal3155643011612324410757
Binary11001101101110100011010011101010011101001001000111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD2E23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD2E23; }

 p { color: rgb(205,46,35); }

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

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

 a { background-color: rgb(205,46,35); }

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

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

 span { border-color: rgb(205,46,35); }

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