Html Css Color HEX #C53730 Persian Red

📋 copy color: '#C53730'

red 197 ◦ green 55 ◦ blue 48

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

Shades of Persian Red #C53730

Tints of Persian Red #C53730

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.33%

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

R = 65.67%
G = 18.33%
B = 16%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.76

 K value IS 0.23

RGB Variations

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

Color information

#C53730 (or 0xC53730) is known color: Persian Red. HEX triplet: C5, 37 and 30. RGB value is (197,55,48). Sum of RGB (Red+Green+Blue) = 197+55+48=300 (39% of max value = 765). Red value is 197 (77.34% from 255 or 65.67% from 300); Green value is 55 (21.88% from 255 or 18.33% from 300); Blue value is 48 (19.14% from 255 or 16% from 300); Max value from RGB is 197 - color contains mainly: red. Hex color #C53730 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53730 is #3AC8CF. Grayscale: #606060. Windows color (decimal): -3852496 or 3160005. OLE color: 3160005.

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

Color convert

RGB 197 55 48 -
CMYK 0 0.72 0.76 0.23
HSL 2.82º 0.61% 0.48% -
HSV(B) 2.82º 0.76% 0.77% -
XYZ 24.93 14.82 4.34 -
YUV 96.66 100.54 199.57 -
System Red Green Blue C M Y K H S L
Decimal 197 55 48 0 0.72 0.76 0.23 2.82 0.61 0.48
Hex C5 37 30 0 48 4C 17 3 3D 30
Octal 305 67 60 0 110 114 27 3 75 60
Binary 11000101 110111 110000 0 1001000 1001100 10111 11 111101 110000

Color Harmonies of #C53730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53730

Black with #C53730

Text Example


Text Example

White with #C53730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53730; }

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

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

background-color css

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

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

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

border-color css

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

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

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