Html Css Color HEX #CD3829 Persian Red

📋 copy color: '#CD3829'

red 205 ◦ green 56 ◦ blue 41

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

Shades of Persian Red #CD3829

Tints of Persian Red #CD3829

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.54%

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

R = 67.88%
G = 18.54%
B = 13.58%

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

#CD3829 (or 0xCD3829) is known color: Persian Red. HEX triplet: CD, 38 and 29. RGB value is (205,56,41). Sum of RGB (Red+Green+Blue) = 205+56+41=302 (40% of max value = 765). Red value is 205 (80.47% from 255 or 67.88% from 302); Green value is 56 (22.27% from 255 or 18.54% from 302); Blue value is 41 (16.41% from 255 or 13.58% from 302); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3829 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD3829 is #32C7D6. Grayscale: #636363. Windows color (decimal): -3327959 or 2701517. OLE color: 2701517.

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

Color convert

RGB 205 56 41 -
CMYK 0 0.73 0.8 0.20
HSL 5.49º 0.67% 0.48% -
HSV(B) 5.49º 0.8% 0.8% -
XYZ 26.99 15.97 3.76 -
YUV 98.84 95.36 203.72 -
System Red Green Blue C M Y K H S L
Decimal 205 56 41 0 0.73 0.8 0.20 5.49 0.67 0.48
Hex CD 38 29 0 49 50 14 5 43 30
Octal 315 70 51 0 111 120 24 5 103 60
Binary 11001101 111000 101001 0 1001001 1010000 10100 101 1000011 110000

Color Harmonies of #CD3829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD3829

Black with #CD3829

Text Example


Text Example

White with #CD3829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD3829; }

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

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

background-color css

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

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

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

border-color css

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

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

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