Html Css Color HEX #C53930 Persian Red

📋 copy color: '#C53930'

red 197 ◦ green 57 ◦ blue 48

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

Shades of Persian Red #C53930

Tints of Persian Red #C53930

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 15.89%

R = 65.23%
G = 18.87%
B = 15.89%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.76

 K value IS 0.23

RGB Variations

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

Color information

#C53930 (or 0xC53930) is known color: Persian Red. HEX triplet: C5, 39 and 30. RGB value is (197,57,48). Sum of RGB (Red+Green+Blue) = 197+57+48=302 (40% of max value = 765). Red value is 197 (77.34% from 255 or 65.23% from 302); Green value is 57 (22.66% from 255 or 18.87% from 302); Blue value is 48 (19.14% from 255 or 15.89% from 302); Max value from RGB is 197 - color contains mainly: red. Hex color #C53930 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53930 is #3AC6CF. Grayscale: #626262. Windows color (decimal): -3851984 or 3160517. OLE color: 3160517.

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

Color convert

RGB 197 57 48 -
CMYK 0 0.71 0.76 0.23
HSL 3.62º 0.61% 0.48% -
HSV(B) 3.62º 0.76% 0.77% -
XYZ 25.02 15.01 4.37 -
YUV 97.83 99.88 198.73 -
System Red Green Blue C M Y K H S L
Decimal 197 57 48 0 0.71 0.76 0.23 3.62 0.61 0.48
Hex C5 39 30 0 47 4C 17 4 3D 30
Octal 305 71 60 0 107 114 27 4 75 60
Binary 11000101 111001 110000 0 1000111 1001100 10111 100 111101 110000

Color Harmonies of #C53930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53930

Black with #C53930

Text Example


Text Example

White with #C53930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53930; }

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

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

background-color css

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

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

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

border-color css

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

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

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