Html Css Color HEX #CD3E2D Persian Red

📋 copy color: '#CD3E2D'

red 205 ◦ green 62 ◦ blue 45

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

Shades of Persian Red #CD3E2D

Tints of Persian Red #CD3E2D

RGB

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

 GREEN value IS 62 (24.61% from 255) = 19.87%

 BLUE value IS 45 (17.97% from 255) = 14.42%

R = 65.71%
G = 19.87%
B = 14.42%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.78

 K value IS 0.20

RGB Variations

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

Color information

#CD3E2D (or 0xCD3E2D) is known color: Persian Red. HEX triplet: CD, 3E and 2D. RGB value is (205,62,45). Sum of RGB (Red+Green+Blue) = 205+62+45=312 (41% of max value = 765). Red value is 205 (80.47% from 255 or 65.71% from 312); Green value is 62 (24.61% from 255 or 19.87% from 312); Blue value is 45 (17.97% from 255 or 14.42% from 312); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3E2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD3E2D is #32C1D2. Grayscale: #676767. Windows color (decimal): -3326419 or 2965197. OLE color: 2965197.

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

Color convert

RGB 205 62 45 -
CMYK 0 0.70 0.78 0.20
HSL 6.38º 0.64% 0.49% -
HSV(B) 6.38º 0.78% 0.8% -
XYZ 27.37 16.61 4.25 -
YUV 102.82 95.38 200.88 -
System Red Green Blue C M Y K H S L
Decimal 205 62 45 0 0.70 0.78 0.20 6.38 0.64 0.49
Hex CD 3E 2D 0 46 4E 14 6 40 31
Octal 315 76 55 0 106 116 24 6 100 61
Binary 11001101 111110 101101 0 1000110 1001110 10100 110 1000000 110001

Color Harmonies of #CD3E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD3E2D

Black with #CD3E2D

Text Example


Text Example

White with #CD3E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD3E2D; }

 p { color: rgb(205,62,45); }

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

background-color css

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

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

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

border-color css

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

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

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