Html Css Color HEX #C53731 Persian Red

📋 copy color: '#C53731'

red 197 ◦ green 55 ◦ blue 49

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

Shades of Persian Red #C53731

Tints of Persian Red #C53731

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 16.28%

R = 65.45%
G = 18.27%
B = 16.28%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.75

 K value IS 0.23

RGB Variations

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

Color information

#C53731 (or 0xC53731) is known color: Persian Red. HEX triplet: C5, 37 and 31. RGB value is (197,55,49). Sum of RGB (Red+Green+Blue) = 197+55+49=301 (39% of max value = 765). Red value is 197 (77.34% from 255 or 65.45% from 301); Green value is 55 (21.88% from 255 or 18.27% from 301); Blue value is 49 (19.53% from 255 or 16.28% from 301); Max value from RGB is 197 - color contains mainly: red. Hex color #C53731 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53731 is #3AC8CE. Grayscale: #606060. Windows color (decimal): -3852495 or 3225541. OLE color: 3225541.

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

Color convert

RGB 197 55 49 -
CMYK 0 0.72 0.75 0.23
HSL 2.43º 0.6% 0.48% -
HSV(B) 2.43º 0.75% 0.77% -
XYZ 24.95 14.82 4.45 -
YUV 96.77 101.04 199.49 -
System Red Green Blue C M Y K H S L
Decimal 197 55 49 0 0.72 0.75 0.23 2.43 0.6 0.48
Hex C5 37 31 0 48 4B 17 2 3C 30
Octal 305 67 61 0 110 113 27 2 74 60
Binary 11000101 110111 110001 0 1001000 1001011 10111 10 111100 110000

Color Harmonies of #C53731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53731

Black with #C53731

Text Example


Text Example

White with #C53731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53731; }

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

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

background-color css

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

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

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

border-color css

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

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

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