Html Css Color HEX #C5342C Persian Red

📋 copy color: '#C5342C'

red 197 ◦ green 52 ◦ blue 44

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

Shades of Persian Red #C5342C

Tints of Persian Red #C5342C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.75%

 BLUE value IS 44 (17.58% from 255) = 15.02%

R = 67.24%
G = 17.75%
B = 15.02%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.78

 K value IS 0.23

RGB Variations

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

Color information

#C5342C (or 0xC5342C) is known color: Persian Red. HEX triplet: C5, 34 and 2C. RGB value is (197,52,44). Sum of RGB (Red+Green+Blue) = 197+52+44=293 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.24% from 293); Green value is 52 (20.70% from 255 or 17.75% from 293); Blue value is 44 (17.58% from 255 or 15.02% from 293); Max value from RGB is 197 - color contains mainly: red. Hex color #C5342C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5342C is #3ACBD3. Grayscale: #5E5E5E. Windows color (decimal): -3853268 or 2897093. OLE color: 2897093.

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

Color convert

RGB 197 52 44 -
CMYK 0 0.74 0.78 0.23
HSL 3.14º 0.63% 0.47% -
HSV(B) 3.14º 0.78% 0.77% -
XYZ 24.71 14.51 3.88 -
YUV 94.44 99.54 201.15 -
System Red Green Blue C M Y K H S L
Decimal 197 52 44 0 0.74 0.78 0.23 3.14 0.63 0.47
Hex C5 34 2C 0 4A 4E 17 3 3F 2F
Octal 305 64 54 0 112 116 27 3 77 57
Binary 11000101 110100 101100 0 1001010 1001110 10111 11 111111 101111

Color Harmonies of #C5342C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5342C

Black with #C5342C

Text Example


Text Example

White with #C5342C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5342C; }

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

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

background-color css

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

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

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

border-color css

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

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

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