Html Css Color HEX #CD413D Persian Red

📋 copy color: '#CD413D'

red 205 ◦ green 65 ◦ blue 61

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

Shades of Persian Red #CD413D

Tints of Persian Red #CD413D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 18.43%

R = 61.93%
G = 19.64%
B = 18.43%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.70

 K value IS 0.20

RGB Variations

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

Color information

#CD413D (or 0xCD413D) is known color: Persian Red. HEX triplet: CD, 41 and 3D. RGB value is (205,65,61). Sum of RGB (Red+Green+Blue) = 205+65+61=331 (43% of max value = 765). Red value is 205 (80.47% from 255 or 61.93% from 331); Green value is 65 (25.78% from 255 or 19.64% from 331); Blue value is 61 (24.22% from 255 or 18.43% from 331); Max value from RGB is 205 - color contains mainly: red. Hex color #CD413D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD413D is #32BEC2. Grayscale: #6A6A6A. Windows color (decimal): -3325635 or 4014541. OLE color: 4014541.

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

Color convert

RGB 205 65 61 -
CMYK 0 0.68 0.70 0.20
HSL 1.67º 0.59% 0.52% -
HSV(B) 1.67º 0.7% 0.8% -
XYZ 27.91 17.1 6.24 -
YUV 106.4 102.38 198.33 -
System Red Green Blue C M Y K H S L
Decimal 205 65 61 0 0.68 0.70 0.20 1.67 0.59 0.52
Hex CD 41 3D 0 44 46 14 2 3B 34
Octal 315 101 75 0 104 106 24 2 73 64
Binary 11001101 1000001 111101 0 1000100 1000110 10100 10 111011 110100

Color Harmonies of #CD413D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD413D

Black with #CD413D

Text Example


Text Example

White with #CD413D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD413D; }

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

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

background-color css

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

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

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

border-color css

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

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

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