#CD3B2F

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

Shades of Persian Red #CD3B2F

Tints of Persian Red #CD3B2F

Color information

#CD3B2F (or 0xCD3B2F) is unknown color: approx Persian Red. HEX triplet: CD, 3B and 2F. RGB value is (205,59,47). Sum of RGB (Red+Green+Blue) = 205+59+47=311 (41% of max value = 765). Red value is 205 (80.47% from 255 or 65.92% from 311); Green value is 59 (23.44% from 255 or 18.97% from 311); Blue value is 47 (18.75% from 255 or 15.11% from 311); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3B2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD3B2F is #32C4D0. Grayscale: #656565. Windows color (decimal): -3327185 or 3095501. OLE color: 3095501.

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

Color convert

RGB2055947-
CMYK00.710.770.20
HSL4.56º62.7%49.41%-
HSV(B)4.56º77.07%80.39%-
XYZ27.2516.314.4-
YUV101.2997.37201.98-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 65.92%
GREEN value IS 59 (23.44% from 255) = 18.97%
BLUE value IS 47 (18.75% from 255) = 15.11%
R=65.92%
G=18.97%
B=15.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.77
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205594700.710.770.204.5662.749.41
HexCD3B2F0474D1453f31
Octal315735701071152457761
Binary1100110111101110111101000111100110110100101111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD3B2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD3B2F; }

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

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

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

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

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

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

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

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