Html Css Color HEX #CD3C3A Persian Red

📋 copy color: '#CD3C3A'

red 205 ◦ green 60 ◦ blue 58

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

Shades of Persian Red #CD3C3A

Tints of Persian Red #CD3C3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 17.96%

R = 63.47%
G = 18.58%
B = 17.96%

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

#CD3C3A (or 0xCD3C3A) is known color: Persian Red. HEX triplet: CD, 3C and 3A. RGB value is (205,60,58). Sum of RGB (Red+Green+Blue) = 205+60+58=323 (42% of max value = 765). Red value is 205 (80.47% from 255 or 63.47% from 323); Green value is 60 (23.83% from 255 or 18.58% from 323); Blue value is 58 (23.05% from 255 or 17.96% from 323); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3C3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD3C3A is #32C3C5. Grayscale: #676767. Windows color (decimal): -3326918 or 3816653. OLE color: 3816653.

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

Color convert

RGB 205 60 58 -
CMYK 0 0.71 0.72 0.20
HSL 0.82º 0.6% 0.52% -
HSV(B) 0.82º 0.72% 0.8% -
XYZ 27.56 16.52 5.74 -
YUV 103.13 102.54 200.66 -
System Red Green Blue C M Y K H S L
Decimal 205 60 58 0 0.71 0.72 0.20 0.82 0.6 0.52
Hex CD 3C 3A 0 47 48 14 1 3C 34
Octal 315 74 72 0 107 110 24 1 74 64
Binary 11001101 111100 111010 0 1000111 1001000 10100 1 111100 110100

Color Harmonies of #CD3C3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD3C3A

Black with #CD3C3A

Text Example


Text Example

White with #CD3C3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD3C3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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