#CD3730

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

Shades of Persian Red #CD3730

Tints of Persian Red #CD3730

Color information

#CD3730 (or 0xCD3730) is unknown color: approx Persian Red. HEX triplet: CD, 37 and 30. RGB value is (205,55,48). Sum of RGB (Red+Green+Blue) = 205+55+48=308 (40% of max value = 765). Red value is 205 (80.47% from 255 or 66.56% from 308); Green value is 55 (21.88% from 255 or 17.86% from 308); Blue value is 48 (19.14% from 255 or 15.58% from 308); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3730 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD3730 is #32C8CF. Grayscale: #636363. Windows color (decimal): -3328208 or 3160013. OLE color: 3160013.

HSL color Cylindrical-coordinate representation of color #CD3730: hue angle of 2.68º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CD3730 is Cyan = 0, Magento = 0.73, Yellow = 0.77 and Black (K on CMYK) = 0.20.

Color convert

RGB2055548-
CMYK00.730.770.20
HSL2.68º62.06%49.61%-
HSV(B)2.68º76.59%80.39%-
XYZ27.0815.924.44-
YUV99.0599.2203.57-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 66.56%
GREEN value IS 55 (21.88% from 255) = 17.86%
BLUE value IS 48 (19.14% from 255) = 15.58%
R=66.56%
G=17.86%
B=15.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.77
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205554800.730.770.202.6862.0649.61
HexCD37300494D1433e32
Octal315676001111152437662
Binary110011011101111100000100100110011011010011111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD3730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD3730; }

 p { color: rgb(205,55,48); }

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

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

 a { background-color: rgb(205,55,48); }

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

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

 span { border-color: rgb(205,55,48); }

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