Html Css Color HEX #C53735 Persian Red

📋 copy color: '#C53735'

red 197 ◦ green 55 ◦ blue 53

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

Shades of Persian Red #C53735

Tints of Persian Red #C53735

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.03%

 BLUE value IS 53 (21.09% from 255) = 17.38%

R = 64.59%
G = 18.03%
B = 17.38%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.73

 K value IS 0.23

RGB Variations

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

Color information

#C53735 (or 0xC53735) is known color: Persian Red. HEX triplet: C5, 37 and 35. RGB value is (197,55,53). Sum of RGB (Red+Green+Blue) = 197+55+53=305 (40% of max value = 765). Red value is 197 (77.34% from 255 or 64.59% from 305); Green value is 55 (21.88% from 255 or 18.03% from 305); Blue value is 53 (21.09% from 255 or 17.38% from 305); Max value from RGB is 197 - color contains mainly: red. Hex color #C53735 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53735 is #3AC8CA. Grayscale: #616161. Windows color (decimal): -3852491 or 3487685. OLE color: 3487685.

HSL color Cylindrical-coordinate representation of color #C53735: hue angle of 0.83º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C53735 is Cyan = 0, Magento = 0.72, Yellow = 0.73 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 55 53 -
CMYK 0 0.72 0.73 0.23
HSL 0.83º 0.58% 0.49% -
HSV(B) 0.83º 0.73% 0.77% -
XYZ 25.03 14.86 4.92 -
YUV 97.23 103.04 199.16 -
System Red Green Blue C M Y K H S L
Decimal 197 55 53 0 0.72 0.73 0.23 0.83 0.58 0.49
Hex C5 37 35 0 48 49 17 1 3A 31
Octal 305 67 65 0 110 111 27 1 72 61
Binary 11000101 110111 110101 0 1001000 1001001 10111 1 111010 110001

Color Harmonies of #C53735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53735

Black with #C53735

Text Example


Text Example

White with #C53735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53735; }

 p { color: rgb(197,55,53); }

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

background-color css

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

 a { background-color: rgb(197,55,53); }

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

border-color css

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

 span { border-color: rgb(197,55,53); }

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