Html Css Color HEX #CD3229 Persian Red

📋 copy color: '#CD3229'

red 205 ◦ green 50 ◦ blue 41

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

Shades of Persian Red #CD3229

Tints of Persian Red #CD3229

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.89%

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

R = 69.26%
G = 16.89%
B = 13.85%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.8

 K value IS 0.20

RGB Variations

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

Color information

#CD3229 (or 0xCD3229) is known color: Persian Red. HEX triplet: CD, 32 and 29. RGB value is (205,50,41). Sum of RGB (Red+Green+Blue) = 205+50+41=296 (39% of max value = 765). Red value is 205 (80.47% from 255 or 69.26% from 296); Green value is 50 (19.92% from 255 or 16.89% from 296); Blue value is 41 (16.41% from 255 or 13.85% from 296); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3229 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD3229 is #32CDD6. Grayscale: #5F5F5F. Windows color (decimal): -3329495 or 2699981. OLE color: 2699981.

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

Color convert

RGB 205 50 41 -
CMYK 0 0.76 0.8 0.20
HSL 3.29º 0.67% 0.48% -
HSV(B) 3.29º 0.8% 0.8% -
XYZ 26.72 15.42 3.67 -
YUV 95.32 97.35 206.23 -
System Red Green Blue C M Y K H S L
Decimal 205 50 41 0 0.76 0.8 0.20 3.29 0.67 0.48
Hex CD 32 29 0 4C 50 14 3 43 30
Octal 315 62 51 0 114 120 24 3 103 60
Binary 11001101 110010 101001 0 1001100 1010000 10100 11 1000011 110000

Color Harmonies of #CD3229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD3229

Black with #CD3229

Text Example


Text Example

White with #CD3229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD3229; }

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

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

background-color css

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

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

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

border-color css

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

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

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