Html Css Color HEX #C53935 Persian Red

📋 copy color: '#C53935'

red 197 ◦ green 57 ◦ blue 53

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

Shades of Persian Red #C53935

Tints of Persian Red #C53935

RGB

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

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

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

R = 64.17%
G = 18.57%
B = 17.26%

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

#C53935 (or 0xC53935) is known color: Persian Red. HEX triplet: C5, 39 and 35. RGB value is (197,57,53). Sum of RGB (Red+Green+Blue) = 197+57+53=307 (40% of max value = 765). Red value is 197 (77.34% from 255 or 64.17% from 307); Green value is 57 (22.66% from 255 or 18.57% from 307); Blue value is 53 (21.09% from 255 or 17.26% from 307); Max value from RGB is 197 - color contains mainly: red. Hex color #C53935 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53935 is #3AC6CA. Grayscale: #626262. Windows color (decimal): -3851979 or 3488197. OLE color: 3488197.

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

Color convert

RGB 197 57 53 -
CMYK 0 0.71 0.73 0.23
HSL 1.67º 0.58% 0.49% -
HSV(B) 1.67º 0.73% 0.77% -
XYZ 25.13 15.05 4.95 -
YUV 98.4 102.38 198.33 -
System Red Green Blue C M Y K H S L
Decimal 197 57 53 0 0.71 0.73 0.23 1.67 0.58 0.49
Hex C5 39 35 0 47 49 17 2 3A 31
Octal 305 71 65 0 107 111 27 2 72 61
Binary 11000101 111001 110101 0 1000111 1001001 10111 10 111010 110001

Color Harmonies of #C53935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53935

Black with #C53935

Text Example


Text Example

White with #C53935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53935; }

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

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

background-color css

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

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

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

border-color css

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

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

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