Html Css Color HEX #C53129 Persian Red

📋 copy color: '#C53129'

red 197 ◦ green 49 ◦ blue 41

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

Shades of Persian Red #C53129

Tints of Persian Red #C53129

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.07%

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

R = 68.64%
G = 17.07%
B = 14.29%

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

#C53129 (or 0xC53129) is known color: Persian Red. HEX triplet: C5, 31 and 29. RGB value is (197,49,41). Sum of RGB (Red+Green+Blue) = 197+49+41=287 (38% of max value = 765). Red value is 197 (77.34% from 255 or 68.64% from 287); Green value is 49 (19.53% from 255 or 17.07% from 287); Blue value is 41 (16.41% from 255 or 14.29% from 287); Max value from RGB is 197 - color contains mainly: red. Hex color #C53129 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53129 is #3ACED6. Grayscale: #5C5C5C. Windows color (decimal): -3854039 or 2699717. OLE color: 2699717.

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

Color convert

RGB 197 49 41 -
CMYK 0 0.75 0.79 0.23
HSL 3.08º 0.66% 0.47% -
HSV(B) 3.08º 0.79% 0.77% -
XYZ 24.52 14.23 3.55 -
YUV 92.34 99.03 202.65 -
System Red Green Blue C M Y K H S L
Decimal 197 49 41 0 0.75 0.79 0.23 3.08 0.66 0.47
Hex C5 31 29 0 4B 4F 17 3 42 2F
Octal 305 61 51 0 113 117 27 3 102 57
Binary 11000101 110001 101001 0 1001011 1001111 10111 11 1000010 101111

Color Harmonies of #C53129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53129

Black with #C53129

Text Example


Text Example

White with #C53129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53129; }

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

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

background-color css

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

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

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

border-color css

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

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

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