Html Css Color HEX #C53229 Persian Red

📋 copy color: '#C53229'

red 197 ◦ green 50 ◦ blue 41

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

Shades of Persian Red #C53229

Tints of Persian Red #C53229

RGB

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

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

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

R = 68.4%
G = 17.36%
B = 14.24%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.79

 K value IS 0.23

RGB Variations

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

Color information

#C53229 (or 0xC53229) is known color: Persian Red. HEX triplet: C5, 32 and 29. RGB value is (197,50,41). Sum of RGB (Red+Green+Blue) = 197+50+41=288 (38% of max value = 765). Red value is 197 (77.34% from 255 or 68.40% from 288); Green value is 50 (19.92% from 255 or 17.36% from 288); Blue value is 41 (16.41% from 255 or 14.24% from 288); Max value from RGB is 197 - color contains mainly: red. Hex color #C53229 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53229 is #3ACDD6. Grayscale: #5D5D5D. Windows color (decimal): -3853783 or 2699973. OLE color: 2699973.

HSL color Cylindrical-coordinate representation of color #C53229: hue angle of 3.46º 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 #C53229 is Cyan = 0, Magento = 0.75, Yellow = 0.79 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 50 41 -
CMYK 0 0.75 0.79 0.23
HSL 3.46º 0.66% 0.47% -
HSV(B) 3.46º 0.79% 0.77% -
XYZ 24.57 14.31 3.57 -
YUV 92.93 98.7 202.23 -
System Red Green Blue C M Y K H S L
Decimal 197 50 41 0 0.75 0.79 0.23 3.46 0.66 0.47
Hex C5 32 29 0 4B 4F 17 3 42 2F
Octal 305 62 51 0 113 117 27 3 102 57
Binary 11000101 110010 101001 0 1001011 1001111 10111 11 1000010 101111

Color Harmonies of #C53229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53229

Black with #C53229

Text Example


Text Example

White with #C53229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53229; }

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

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

background-color css

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

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

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

border-color css

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

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

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