Html Css Color HEX #C53831 Persian Red

📋 copy color: '#C53831'

red 197 ◦ green 56 ◦ blue 49

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

Shades of Persian Red #C53831

Tints of Persian Red #C53831

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.54%

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

R = 65.23%
G = 18.54%
B = 16.23%

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

#C53831 (or 0xC53831) is known color: Persian Red. HEX triplet: C5, 38 and 31. RGB value is (197,56,49). Sum of RGB (Red+Green+Blue) = 197+56+49=302 (40% of max value = 765). Red value is 197 (77.34% from 255 or 65.23% from 302); Green value is 56 (22.27% from 255 or 18.54% from 302); Blue value is 49 (19.53% from 255 or 16.23% from 302); Max value from RGB is 197 - color contains mainly: red. Hex color #C53831 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53831 is #3AC7CE. Grayscale: #616161. Windows color (decimal): -3852239 or 3225797. OLE color: 3225797.

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

Color convert

RGB 197 56 49 -
CMYK 0 0.72 0.75 0.23
HSL 2.84º 0.6% 0.48% -
HSV(B) 2.84º 0.75% 0.77% -
XYZ 24.99 14.92 4.47 -
YUV 97.36 100.71 199.07 -
System Red Green Blue C M Y K H S L
Decimal 197 56 49 0 0.72 0.75 0.23 2.84 0.6 0.48
Hex C5 38 31 0 48 4B 17 3 3C 30
Octal 305 70 61 0 110 113 27 3 74 60
Binary 11000101 111000 110001 0 1001000 1001011 10111 11 111100 110000

Color Harmonies of #C53831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53831

Black with #C53831

Text Example


Text Example

White with #C53831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53831; }

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

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

background-color css

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

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

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

border-color css

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

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

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