Html Css Color HEX #C53130 Persian Red

📋 copy color: '#C53130'

red 197 ◦ green 49 ◦ blue 48

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

Shades of Persian Red #C53130

Tints of Persian Red #C53130

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.67%

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

R = 67.01%
G = 16.67%
B = 16.33%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.76

 K value IS 0.23

RGB Variations

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

Color information

#C53130 (or 0xC53130) is known color: Persian Red. HEX triplet: C5, 31 and 30. RGB value is (197,49,48). Sum of RGB (Red+Green+Blue) = 197+49+48=294 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.01% from 294); Green value is 49 (19.53% from 255 or 16.67% from 294); Blue value is 48 (19.14% from 255 or 16.33% from 294); Max value from RGB is 197 - color contains mainly: red. Hex color #C53130 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53130 is #3ACECF. Grayscale: #5D5D5D. Windows color (decimal): -3854032 or 3158469. OLE color: 3158469.

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

Color convert

RGB 197 49 48 -
CMYK 0 0.75 0.76 0.23
HSL 0.4º 0.61% 0.48% -
HSV(B) 0.4º 0.76% 0.77% -
XYZ 24.66 14.28 4.25 -
YUV 93.14 102.53 202.08 -
System Red Green Blue C M Y K H S L
Decimal 197 49 48 0 0.75 0.76 0.23 0.4 0.61 0.48
Hex C5 31 30 0 4B 4C 17 0 3D 30
Octal 305 61 60 0 113 114 27 0 75 60
Binary 11000101 110001 110000 0 1001011 1001100 10111 0 111101 110000

Color Harmonies of #C53130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53130

Black with #C53130

Text Example


Text Example

White with #C53130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53130; }

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

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

background-color css

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

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

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

border-color css

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

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

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