Html Css Color HEX #CD4037 Persian Red

📋 copy color: '#CD4037'

red 205 ◦ green 64 ◦ blue 55

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

Shades of Persian Red #CD4037

Tints of Persian Red #CD4037

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 16.98%

R = 63.27%
G = 19.75%
B = 16.98%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.73

 K value IS 0.20

RGB Variations

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

Color information

#CD4037 (or 0xCD4037) is known color: Persian Red. HEX triplet: CD, 40 and 37. RGB value is (205,64,55). Sum of RGB (Red+Green+Blue) = 205+64+55=324 (42% of max value = 765). Red value is 205 (80.47% from 255 or 63.27% from 324); Green value is 64 (25.39% from 255 or 19.75% from 324); Blue value is 55 (21.88% from 255 or 16.98% from 324); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4037 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD4037 is #32BFC8. Grayscale: #696969. Windows color (decimal): -3325897 or 3621069. OLE color: 3621069.

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

Color convert

RGB 205 64 55 -
CMYK 0 0.69 0.73 0.20
HSL 3.6º 0.6% 0.51% -
HSV(B) 3.6º 0.73% 0.8% -
XYZ 27.7 16.92 5.42 -
YUV 105.13 99.71 199.23 -
System Red Green Blue C M Y K H S L
Decimal 205 64 55 0 0.69 0.73 0.20 3.6 0.6 0.51
Hex CD 40 37 0 45 49 14 4 3C 33
Octal 315 100 67 0 105 111 24 4 74 63
Binary 11001101 1000000 110111 0 1000101 1001001 10100 100 111100 110011

Color Harmonies of #CD4037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD4037

Black with #CD4037

Text Example


Text Example

White with #CD4037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD4037; }

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

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

background-color css

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

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

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

border-color css

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

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

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