#CD3B26

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

Shades of Persian Red #CD3B26

Tints of Persian Red #CD3B26

Color information

#CD3B26 (or 0xCD3B26) is unknown color: approx Persian Red. HEX triplet: CD, 3B and 26. RGB value is (205,59,38). Sum of RGB (Red+Green+Blue) = 205+59+38=302 (40% of max value = 765). Red value is 205 (80.47% from 255 or 67.88% from 302); Green value is 59 (23.44% from 255 or 19.54% from 302); Blue value is 38 (15.23% from 255 or 12.58% from 302); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3B26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD3B26 is #32C4D9. Grayscale: #646464. Windows color (decimal): -3327194 or 2505677. OLE color: 2505677.

HSL color Cylindrical-coordinate representation of color #CD3B26: hue angle of 7.54º 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 #CD3B26 is Cyan = 0, Magento = 0.71, Yellow = 0.81 and Black (K on CMYK) = 0.20.

Color convert

RGB2055938-
CMYK00.710.810.20
HSL7.54º68.72%47.65%-
HSV(B)7.54º81.46%80.39%-
XYZ27.0916.253.54-
YUV100.2692.87202.71-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 67.88%
GREEN value IS 59 (23.44% from 255) = 19.54%
BLUE value IS 38 (15.23% from 255) = 12.58%
R=67.88%
G=19.54%
B=12.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.81
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205593800.710.810.207.5468.7247.65
HexCD3B26047511484530
Octal31573460107121241010560
Binary110011011110111001100100011110100011010010001000101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD3B26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD3B26; }

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

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

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

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

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

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

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

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