Html Css Color HEX #CD3C3C Persian Red

📋 copy color: '#CD3C3C'

red 205 ◦ green 60 ◦ blue 60

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

Shades of Persian Red #CD3C3C

Tints of Persian Red #CD3C3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 18.46%

R = 63.08%
G = 18.46%
B = 18.46%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.71

 K value IS 0.20

RGB Variations

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

Color information

#CD3C3C (or 0xCD3C3C) is known color: Persian Red. HEX triplet: CD, 3C and 3C. RGB value is (205,60,60). Sum of RGB (Red+Green+Blue) = 205+60+60=325 (43% of max value = 765). Red value is 205 (80.47% from 255 or 63.08% from 325); Green value is 60 (23.83% from 255 or 18.46% from 325); Blue value is 60 (23.83% from 255 or 18.46% from 325); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3C3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD3C3C is #32C3C3. Grayscale: #676767. Windows color (decimal): -3326916 or 3947725. OLE color: 3947725.

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

Color convert

RGB 205 60 60 -
CMYK 0 0.71 0.71 0.20
HSL 0.59% 0.52% -
HSV(B) 0.71% 0.8% -
XYZ 27.61 16.54 6.01 -
YUV 103.36 103.54 200.5 -
System Red Green Blue C M Y K H S L
Decimal 205 60 60 0 0.71 0.71 0.20 0 0.59 0.52
Hex CD 3C 3C 0 47 47 14 0 3B 34
Octal 315 74 74 0 107 107 24 0 73 64
Binary 11001101 111100 111100 0 1000111 1000111 10100 0 111011 110100

Color Harmonies of #CD3C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD3C3C

Black with #CD3C3C

Text Example


Text Example

White with #CD3C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD3C3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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