Html Css Color HEX #C53C29 Persian Red

📋 copy color: '#C53C29'

red 197 ◦ green 60 ◦ blue 41

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

Shades of Persian Red #C53C29

Tints of Persian Red #C53C29

RGB

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

 GREEN value IS 60 (23.83% from 255) = 20.13%

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

R = 66.11%
G = 20.13%
B = 13.76%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.79

 K value IS 0.23

RGB Variations

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

Color information

#C53C29 (or 0xC53C29) is known color: Persian Red. HEX triplet: C5, 3C and 29. RGB value is (197,60,41). Sum of RGB (Red+Green+Blue) = 197+60+41=298 (39% of max value = 765). Red value is 197 (77.34% from 255 or 66.11% from 298); Green value is 60 (23.83% from 255 or 20.13% from 298); Blue value is 41 (16.41% from 255 or 13.76% from 298); Max value from RGB is 197 - color contains mainly: red. Hex color #C53C29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53C29 is #3AC3D6. Grayscale: #636363. Windows color (decimal): -3851223 or 2702533. OLE color: 2702533.

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

Color convert

RGB 197 60 41 -
CMYK 0 0.70 0.79 0.23
HSL 7.31º 0.66% 0.47% -
HSV(B) 7.31º 0.79% 0.77% -
XYZ 25.04 15.26 3.72 -
YUV 98.8 95.39 198.04 -
System Red Green Blue C M Y K H S L
Decimal 197 60 41 0 0.70 0.79 0.23 7.31 0.66 0.47
Hex C5 3C 29 0 46 4F 17 7 42 2F
Octal 305 74 51 0 106 117 27 7 102 57
Binary 11000101 111100 101001 0 1000110 1001111 10111 111 1000010 101111

Color Harmonies of #C53C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53C29

Black with #C53C29

Text Example


Text Example

White with #C53C29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53C29; }

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

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

background-color css

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

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

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

border-color css

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

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

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