Html Css Color HEX #C53936 Persian Red

📋 copy color: '#C53936'

red 197 ◦ green 57 ◦ blue 54

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

Shades of Persian Red #C53936

Tints of Persian Red #C53936

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.51%

 BLUE value IS 54 (21.48% from 255) = 17.53%

R = 63.96%
G = 18.51%
B = 17.53%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.73

 K value IS 0.23

RGB Variations

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

Color information

#C53936 (or 0xC53936) is known color: Persian Red. HEX triplet: C5, 39 and 36. RGB value is (197,57,54). Sum of RGB (Red+Green+Blue) = 197+57+54=308 (40% of max value = 765). Red value is 197 (77.34% from 255 or 63.96% from 308); Green value is 57 (22.66% from 255 or 18.51% from 308); Blue value is 54 (21.48% from 255 or 17.53% from 308); Max value from RGB is 197 - color contains mainly: red. Hex color #C53936 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53936 is #3AC6C9. Grayscale: #626262. Windows color (decimal): -3851978 or 3553733. OLE color: 3553733.

HSL color Cylindrical-coordinate representation of color #C53936: hue angle of 1.26º degrees, saturation: 0.57, 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 #C53936 is Cyan = 0, Magento = 0.71, Yellow = 0.73 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 57 54 -
CMYK 0 0.71 0.73 0.23
HSL 1.26º 0.57% 0.49% -
HSV(B) 1.26º 0.73% 0.77% -
XYZ 25.15 15.06 5.07 -
YUV 98.52 102.88 198.24 -
System Red Green Blue C M Y K H S L
Decimal 197 57 54 0 0.71 0.73 0.23 1.26 0.57 0.49
Hex C5 39 36 0 47 49 17 1 39 31
Octal 305 71 66 0 107 111 27 1 71 61
Binary 11000101 111001 110110 0 1000111 1001001 10111 1 111001 110001

Color Harmonies of #C53936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53936

Black with #C53936

Text Example


Text Example

White with #C53936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53936; }

 p { color: rgb(197,57,54); }

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

background-color css

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

 a { background-color: rgb(197,57,54); }

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

border-color css

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

 span { border-color: rgb(197,57,54); }

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