Html Css Color HEX #C53431 Persian Red

📋 copy color: '#C53431'

red 197 ◦ green 52 ◦ blue 49

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

Shades of Persian Red #C53431

Tints of Persian Red #C53431

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.45%

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

R = 66.11%
G = 17.45%
B = 16.44%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.75

 K value IS 0.23

RGB Variations

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

Color information

#C53431 (or 0xC53431) is known color: Persian Red. HEX triplet: C5, 34 and 31. RGB value is (197,52,49). Sum of RGB (Red+Green+Blue) = 197+52+49=298 (39% of max value = 765). Red value is 197 (77.34% from 255 or 66.11% from 298); Green value is 52 (20.70% from 255 or 17.45% from 298); Blue value is 49 (19.53% from 255 or 16.44% from 298); Max value from RGB is 197 - color contains mainly: red. Hex color #C53431 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53431 is #3ACBCE. Grayscale: #5F5F5F. Windows color (decimal): -3853263 or 3224773. OLE color: 3224773.

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

Color convert

RGB 197 52 49 -
CMYK 0 0.74 0.75 0.23
HSL 1.22º 0.6% 0.48% -
HSV(B) 1.22º 0.75% 0.77% -
XYZ 24.81 14.55 4.41 -
YUV 95.01 102.04 200.74 -
System Red Green Blue C M Y K H S L
Decimal 197 52 49 0 0.74 0.75 0.23 1.22 0.6 0.48
Hex C5 34 31 0 4A 4B 17 1 3C 30
Octal 305 64 61 0 112 113 27 1 74 60
Binary 11000101 110100 110001 0 1001010 1001011 10111 1 111100 110000

Color Harmonies of #C53431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53431

Black with #C53431

Text Example


Text Example

White with #C53431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53431; }

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

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

background-color css

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

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

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

border-color css

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

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

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