Html Css Color HEX #CD4032 Persian Red

📋 copy color: '#CD4032'

red 205 ◦ green 64 ◦ blue 50

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

Shades of Persian Red #CD4032

Tints of Persian Red #CD4032

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20.06%

 BLUE value IS 50 (19.92% from 255) = 15.67%

R = 64.26%
G = 20.06%
B = 15.67%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.76

 K value IS 0.20

RGB Variations

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

Color information

#CD4032 (or 0xCD4032) is known color: Persian Red. HEX triplet: CD, 40 and 32. RGB value is (205,64,50). Sum of RGB (Red+Green+Blue) = 205+64+50=319 (42% of max value = 765). Red value is 205 (80.47% from 255 or 64.26% from 319); Green value is 64 (25.39% from 255 or 20.06% from 319); Blue value is 50 (19.92% from 255 or 15.67% from 319); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4032 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD4032 is #32BFCD. Grayscale: #686868. Windows color (decimal): -3325902 or 3293389. OLE color: 3293389.

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

Color convert

RGB 205 64 50 -
CMYK 0 0.69 0.76 0.20
HSL 5.42º 0.61% 0.5% -
HSV(B) 5.42º 0.76% 0.8% -
XYZ 27.59 16.88 4.82 -
YUV 104.56 97.21 199.64 -
System Red Green Blue C M Y K H S L
Decimal 205 64 50 0 0.69 0.76 0.20 5.42 0.61 0.5
Hex CD 40 32 0 45 4C 14 5 3D 32
Octal 315 100 62 0 105 114 24 5 75 62
Binary 11001101 1000000 110010 0 1000101 1001100 10100 101 111101 110010

Color Harmonies of #CD4032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD4032

Black with #CD4032

Text Example


Text Example

White with #CD4032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD4032; }

 p { color: rgb(205,64,50); }

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

background-color css

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

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

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

border-color css

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

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

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