#CD2A26

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

Shades of Persian Red #CD2A26

Tints of Persian Red #CD2A26

Color information

#CD2A26 (or 0xCD2A26) is unknown color: approx Persian Red. HEX triplet: CD, 2A and 26. RGB value is (205,42,38). Sum of RGB (Red+Green+Blue) = 205+42+38=285 (37% of max value = 765). Red value is 205 (80.47% from 255 or 71.93% from 285); Green value is 42 (16.80% from 255 or 14.74% from 285); Blue value is 38 (15.23% from 255 or 13.33% from 285); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2A26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD2A26 is #32D5D9. Grayscale: #5A5A5A. Windows color (decimal): -3331546 or 2501325. OLE color: 2501325.

HSL color Cylindrical-coordinate representation of color #CD2A26: hue angle of 1.44º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CD2A26 is Cyan = 0, Magento = 0.80, Yellow = 0.81 and Black (K on CMYK) = 0.20.

Color convert

RGB2054238-
CMYK00.800.810.20
HSL1.44º68.72%47.65%-
HSV(B)1.44º81.46%80.39%-
XYZ26.3514.783.3-
YUV90.2898.5209.83-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 71.93%
GREEN value IS 42 (16.80% from 255) = 14.74%
BLUE value IS 38 (15.23% from 255) = 13.33%
R=71.93%
G=14.74%
B=13.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.81
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205423800.800.810.201.4468.7247.65
HexCD2A26050511414530
Octal3155246012012124110560
Binary110011011010101001100101000010100011010011000101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD2A26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD2A26; }

 p { color: rgb(205,42,38); }

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

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

 a { background-color: rgb(205,42,38); }

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

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

 span { border-color: rgb(205,42,38); }

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