Html Css Color HEX #C53629 Persian Red

📋 copy color: '#C53629'

red 197 ◦ green 54 ◦ blue 41

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

Shades of Persian Red #C53629

Tints of Persian Red #C53629

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.49%

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

R = 67.47%
G = 18.49%
B = 14.04%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.79

 K value IS 0.23

RGB Variations

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

Color information

#C53629 (or 0xC53629) is known color: Persian Red. HEX triplet: C5, 36 and 29. RGB value is (197,54,41). Sum of RGB (Red+Green+Blue) = 197+54+41=292 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.47% from 292); Green value is 54 (21.48% from 255 or 18.49% from 292); Blue value is 41 (16.41% from 255 or 14.04% from 292); Max value from RGB is 197 - color contains mainly: red. Hex color #C53629 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53629 is #3AC9D6. Grayscale: #5F5F5F. Windows color (decimal): -3852759 or 2700997. OLE color: 2700997.

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

Color convert

RGB 197 54 41 -
CMYK 0 0.73 0.79 0.23
HSL 0.66% 0.47% -
HSV(B) 0.79% 0.77% -
XYZ 24.75 14.67 3.62 -
YUV 95.28 97.38 200.56 -
System Red Green Blue C M Y K H S L
Decimal 197 54 41 0 0.73 0.79 0.23 5 0.66 0.47
Hex C5 36 29 0 49 4F 17 5 42 2F
Octal 305 66 51 0 111 117 27 5 102 57
Binary 11000101 110110 101001 0 1001001 1001111 10111 101 1000010 101111

Color Harmonies of #C53629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53629

Black with #C53629

Text Example


Text Example

White with #C53629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53629; }

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

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

background-color css

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

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

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

border-color css

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

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

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