Html Css Color HEX #CD3C39 Persian Red

📋 copy color: '#CD3C39'

red 205 ◦ green 60 ◦ blue 57

#CD3C39
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Red #CD3C39

Tints of Persian Red #CD3C39

RGB

 RED value IS 205 (80.47% from 255) = 63.66%

 GREEN value IS 60 (23.83% from 255) = 18.63%

 BLUE value IS 57 (22.66% from 255) = 17.7%

R = 63.66%
G = 18.63%
B = 17.7%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.72

 K value IS 0.20

RGB Variations

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

Color information

#CD3C39 (or 0xCD3C39) is known color: Persian Red. HEX triplet: CD, 3C and 39. RGB value is (205,60,57). Sum of RGB (Red+Green+Blue) = 205+60+57=322 (42% of max value = 765). Red value is 205 (80.47% from 255 or 63.66% from 322); Green value is 60 (23.83% from 255 or 18.63% from 322); Blue value is 57 (22.66% from 255 or 17.70% from 322); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3C39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD3C39 is #32C3C6. Grayscale: #676767. Windows color (decimal): -3326919 or 3751117. OLE color: 3751117.

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

Color convert

RGB 205 60 57 -
CMYK 0 0.71 0.72 0.20
HSL 1.22º 0.6% 0.51% -
HSV(B) 1.22º 0.72% 0.8% -
XYZ 27.53 16.51 5.61 -
YUV 103.01 102.04 200.74 -
System Red Green Blue C M Y K H S L
Decimal 205 60 57 0 0.71 0.72 0.20 1.22 0.6 0.51
Hex CD 3C 39 0 47 48 14 1 3C 33
Octal 315 74 71 0 107 110 24 1 74 63
Binary 11001101 111100 111001 0 1000111 1001000 10100 1 111100 110011

Color Harmonies of #CD3C39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD3C39

Black with #CD3C39

Text Example


Text Example

White with #CD3C39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD3C39; }

 p { color: rgb(205,60,57); }

 H1.HeaderClassName
 {
   color: #CD3C39;
 }
 .AnyTagClassName
 {
   color: #CD3C39;
 }
</style>

background-color css

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

 a { background-color: rgb(205,60,57); }

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

border-color css

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

 span { border-color: rgb(205,60,57); }

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