Html Css Color HEX #CD3729 Persian Red

📋 copy color: '#CD3729'

red 205 ◦ green 55 ◦ blue 41

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

Shades of Persian Red #CD3729

Tints of Persian Red #CD3729

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.27%

 BLUE value IS 41 (16.41% from 255) = 13.62%

R = 68.11%
G = 18.27%
B = 13.62%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.8

 K value IS 0.20

RGB Variations

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

Color information

#CD3729 (or 0xCD3729) is known color: Persian Red. HEX triplet: CD, 37 and 29. RGB value is (205,55,41). Sum of RGB (Red+Green+Blue) = 205+55+41=301 (39% of max value = 765). Red value is 205 (80.47% from 255 or 68.11% from 301); Green value is 55 (21.88% from 255 or 18.27% from 301); Blue value is 41 (16.41% from 255 or 13.62% from 301); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3729 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD3729 is #32C8D6. Grayscale: #626262. Windows color (decimal): -3328215 or 2701261. OLE color: 2701261.

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

Color convert

RGB 205 55 41 -
CMYK 0 0.73 0.8 0.20
HSL 5.12º 0.67% 0.48% -
HSV(B) 5.12º 0.8% 0.8% -
XYZ 26.94 15.87 3.74 -
YUV 98.25 95.7 204.14 -
System Red Green Blue C M Y K H S L
Decimal 205 55 41 0 0.73 0.8 0.20 5.12 0.67 0.48
Hex CD 37 29 0 49 50 14 5 43 30
Octal 315 67 51 0 111 120 24 5 103 60
Binary 11001101 110111 101001 0 1001001 1010000 10100 101 1000011 110000

Color Harmonies of #CD3729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD3729

Black with #CD3729

Text Example


Text Example

White with #CD3729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD3729; }

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

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

background-color css

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

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

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

border-color css

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

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

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