Html Css Color HEX #C53329 Persian Red

📋 copy color: '#C53329'

red 197 ◦ green 51 ◦ blue 41

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

Shades of Persian Red #C53329

Tints of Persian Red #C53329

RGB

 RED value IS 197 (77.34% from 255) = 68.17%

 GREEN value IS 51 (20.31% from 255) = 17.65%

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

R = 68.17%
G = 17.65%
B = 14.19%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.79

 K value IS 0.23

RGB Variations

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

Color information

#C53329 (or 0xC53329) is known color: Persian Red. HEX triplet: C5, 33 and 29. RGB value is (197,51,41). Sum of RGB (Red+Green+Blue) = 197+51+41=289 (38% of max value = 765). Red value is 197 (77.34% from 255 or 68.17% from 289); Green value is 51 (20.31% from 255 or 17.65% from 289); Blue value is 41 (16.41% from 255 or 14.19% from 289); Max value from RGB is 197 - color contains mainly: red. Hex color #C53329 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53329 is #3ACCD6. Grayscale: #5D5D5D. Windows color (decimal): -3853527 or 2700229. OLE color: 2700229.

HSL color Cylindrical-coordinate representation of color #C53329: hue angle of 3.85º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C53329 is Cyan = 0, Magento = 0.74, Yellow = 0.79 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 51 41 -
CMYK 0 0.74 0.79 0.23
HSL 3.85º 0.66% 0.47% -
HSV(B) 3.85º 0.79% 0.77% -
XYZ 24.61 14.4 3.58 -
YUV 93.51 98.37 201.81 -
System Red Green Blue C M Y K H S L
Decimal 197 51 41 0 0.74 0.79 0.23 3.85 0.66 0.47
Hex C5 33 29 0 4A 4F 17 4 42 2F
Octal 305 63 51 0 112 117 27 4 102 57
Binary 11000101 110011 101001 0 1001010 1001111 10111 100 1000010 101111

Color Harmonies of #C53329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53329

Black with #C53329

Text Example


Text Example

White with #C53329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53329; }

 p { color: rgb(197,51,41); }

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

background-color css

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

 a { background-color: rgb(197,51,41); }

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

border-color css

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

 span { border-color: rgb(197,51,41); }

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