Html Css Color HEX #C53E31 Persian Red

📋 copy color: '#C53E31'

red 197 ◦ green 62 ◦ blue 49

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

Shades of Persian Red #C53E31

Tints of Persian Red #C53E31

RGB

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

 GREEN value IS 62 (24.61% from 255) = 20.13%

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

R = 63.96%
G = 20.13%
B = 15.91%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.75

 K value IS 0.23

RGB Variations

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

Color information

#C53E31 (or 0xC53E31) is known color: Persian Red. HEX triplet: C5, 3E and 31. RGB value is (197,62,49). Sum of RGB (Red+Green+Blue) = 197+62+49=308 (40% of max value = 765). Red value is 197 (77.34% from 255 or 63.96% from 308); Green value is 62 (24.61% from 255 or 20.13% from 308); Blue value is 49 (19.53% from 255 or 15.91% from 308); Max value from RGB is 197 - color contains mainly: red. Hex color #C53E31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53E31 is #3AC1CE. Grayscale: #656565. Windows color (decimal): -3850703 or 3227333. OLE color: 3227333.

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

Color convert

RGB 197 62 49 -
CMYK 0 0.69 0.75 0.23
HSL 5.27º 0.6% 0.48% -
HSV(B) 5.27º 0.75% 0.77% -
XYZ 25.3 15.54 4.57 -
YUV 100.88 98.73 196.56 -
System Red Green Blue C M Y K H S L
Decimal 197 62 49 0 0.69 0.75 0.23 5.27 0.6 0.48
Hex C5 3E 31 0 45 4B 17 5 3C 30
Octal 305 76 61 0 105 113 27 5 74 60
Binary 11000101 111110 110001 0 1000101 1001011 10111 101 111100 110000

Color Harmonies of #C53E31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53E31

Black with #C53E31

Text Example


Text Example

White with #C53E31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53E31; }

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

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

background-color css

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

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

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

border-color css

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

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

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