Html Css Color HEX #CD392D Persian Red

📋 copy color: '#CD392D'

red 205 ◦ green 57 ◦ blue 45

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

Shades of Persian Red #CD392D

Tints of Persian Red #CD392D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.57%

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

R = 66.78%
G = 18.57%
B = 14.66%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.78

 K value IS 0.20

RGB Variations

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

Color information

#CD392D (or 0xCD392D) is known color: Persian Red. HEX triplet: CD, 39 and 2D. RGB value is (205,57,45). Sum of RGB (Red+Green+Blue) = 205+57+45=307 (40% of max value = 765). Red value is 205 (80.47% from 255 or 66.78% from 307); Green value is 57 (22.66% from 255 or 18.57% from 307); Blue value is 45 (17.97% from 255 or 14.66% from 307); Max value from RGB is 205 - color contains mainly: red. Hex color #CD392D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD392D is #32C6D2. Grayscale: #646464. Windows color (decimal): -3327699 or 2963917. OLE color: 2963917.

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

Color convert

RGB 205 57 45 -
CMYK 0 0.72 0.78 0.20
HSL 4.5º 0.64% 0.49% -
HSV(B) 4.5º 0.78% 0.8% -
XYZ 27.11 16.09 4.16 -
YUV 99.88 97.03 202.98 -
System Red Green Blue C M Y K H S L
Decimal 205 57 45 0 0.72 0.78 0.20 4.5 0.64 0.49
Hex CD 39 2D 0 48 4E 14 4 40 31
Octal 315 71 55 0 110 116 24 4 100 61
Binary 11001101 111001 101101 0 1001000 1001110 10100 100 1000000 110001

Color Harmonies of #CD392D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD392D

Black with #CD392D

Text Example


Text Example

White with #CD392D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD392D; }

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

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

background-color css

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

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

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

border-color css

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

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

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