Html Css Color HEX #C53634 Persian Red

📋 copy color: '#C53634'

red 197 ◦ green 54 ◦ blue 52

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

Shades of Persian Red #C53634

Tints of Persian Red #C53634

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.82%

 BLUE value IS 52 (20.7% from 255) = 17.16%

R = 65.02%
G = 17.82%
B = 17.16%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.74

 K value IS 0.23

RGB Variations

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

Color information

#C53634 (or 0xC53634) is known color: Persian Red. HEX triplet: C5, 36 and 34. RGB value is (197,54,52). Sum of RGB (Red+Green+Blue) = 197+54+52=303 (40% of max value = 765). Red value is 197 (77.34% from 255 or 65.02% from 303); Green value is 54 (21.48% from 255 or 17.82% from 303); Blue value is 52 (20.70% from 255 or 17.16% from 303); Max value from RGB is 197 - color contains mainly: red. Hex color #C53634 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53634 is #3AC9CB. Grayscale: #606060. Windows color (decimal): -3852748 or 3421893. OLE color: 3421893.

HSL color Cylindrical-coordinate representation of color #C53634: hue angle of 0.83º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C53634 is Cyan = 0, Magento = 0.73, Yellow = 0.74 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 54 52 -
CMYK 0 0.73 0.74 0.23
HSL 0.83º 0.58% 0.49% -
HSV(B) 0.83º 0.74% 0.77% -
XYZ 24.96 14.76 4.78 -
YUV 96.53 102.88 199.66 -
System Red Green Blue C M Y K H S L
Decimal 197 54 52 0 0.73 0.74 0.23 0.83 0.58 0.49
Hex C5 36 34 0 49 4A 17 1 3A 31
Octal 305 66 64 0 111 112 27 1 72 61
Binary 11000101 110110 110100 0 1001001 1001010 10111 1 111010 110001

Color Harmonies of #C53634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53634

Black with #C53634

Text Example


Text Example

White with #C53634

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53634; }

 p { color: rgb(197,54,52); }

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

background-color css

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

 a { background-color: rgb(197,54,52); }

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

border-color css

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

 span { border-color: rgb(197,54,52); }

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