Html Css Color HEX #C53835 Persian Red

📋 copy color: '#C53835'

red 197 ◦ green 56 ◦ blue 53

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

Shades of Persian Red #C53835

Tints of Persian Red #C53835

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.3%

 BLUE value IS 53 (21.09% from 255) = 17.32%

R = 64.38%
G = 18.3%
B = 17.32%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.73

 K value IS 0.23

RGB Variations

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

Color information

#C53835 (or 0xC53835) is known color: Persian Red. HEX triplet: C5, 38 and 35. RGB value is (197,56,53). Sum of RGB (Red+Green+Blue) = 197+56+53=306 (40% of max value = 765). Red value is 197 (77.34% from 255 or 64.38% from 306); Green value is 56 (22.27% from 255 or 18.30% from 306); Blue value is 53 (21.09% from 255 or 17.32% from 306); Max value from RGB is 197 - color contains mainly: red. Hex color #C53835 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53835 is #3AC7CA. Grayscale: #616161. Windows color (decimal): -3852235 or 3487941. OLE color: 3487941.

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

Color convert

RGB 197 56 53 -
CMYK 0 0.72 0.73 0.23
HSL 1.25º 0.58% 0.49% -
HSV(B) 1.25º 0.73% 0.77% -
XYZ 25.08 14.96 4.93 -
YUV 97.82 102.71 198.74 -
System Red Green Blue C M Y K H S L
Decimal 197 56 53 0 0.72 0.73 0.23 1.25 0.58 0.49
Hex C5 38 35 0 48 49 17 1 3A 31
Octal 305 70 65 0 110 111 27 1 72 61
Binary 11000101 111000 110101 0 1001000 1001001 10111 1 111010 110001

Color Harmonies of #C53835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53835

Black with #C53835

Text Example


Text Example

White with #C53835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53835; }

 p { color: rgb(197,56,53); }

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

background-color css

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

 a { background-color: rgb(197,56,53); }

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

border-color css

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

 span { border-color: rgb(197,56,53); }

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