Html Css Color HEX #CD413C Persian Red

📋 copy color: '#CD413C'

red 205 ◦ green 65 ◦ blue 60

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

Shades of Persian Red #CD413C

Tints of Persian Red #CD413C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.7%

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

R = 62.12%
G = 19.7%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.71

 K value IS 0.20

RGB Variations

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

Color information

#CD413C (or 0xCD413C) is known color: Persian Red. HEX triplet: CD, 41 and 3C. RGB value is (205,65,60). Sum of RGB (Red+Green+Blue) = 205+65+60=330 (43% of max value = 765). Red value is 205 (80.47% from 255 or 62.12% from 330); Green value is 65 (25.78% from 255 or 19.70% from 330); Blue value is 60 (23.83% from 255 or 18.18% from 330); Max value from RGB is 205 - color contains mainly: red. Hex color #CD413C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD413C is #32BEC3. Grayscale: #6A6A6A. Windows color (decimal): -3325636 or 3949005. OLE color: 3949005.

HSL color Cylindrical-coordinate representation of color #CD413C: hue angle of 2.07º 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 #CD413C is Cyan = 0, Magento = 0.68, Yellow = 0.71 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 65 60 -
CMYK 0 0.68 0.71 0.20
HSL 2.07º 0.59% 0.52% -
HSV(B) 2.07º 0.71% 0.8% -
XYZ 27.88 17.09 6.1 -
YUV 106.29 101.88 198.41 -
System Red Green Blue C M Y K H S L
Decimal 205 65 60 0 0.68 0.71 0.20 2.07 0.59 0.52
Hex CD 41 3C 0 44 47 14 2 3B 34
Octal 315 101 74 0 104 107 24 2 73 64
Binary 11001101 1000001 111100 0 1000100 1000111 10100 10 111011 110100

Color Harmonies of #CD413C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD413C

Black with #CD413C

Text Example


Text Example

White with #CD413C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD413C; }

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

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

background-color css

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

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

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

border-color css

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

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

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