Html Css Color HEX #C5342F Persian Red

📋 copy color: '#C5342F'

red 197 ◦ green 52 ◦ blue 47

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

Shades of Persian Red #C5342F

Tints of Persian Red #C5342F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 15.88%

R = 66.55%
G = 17.57%
B = 15.88%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.76

 K value IS 0.23

RGB Variations

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

Color information

#C5342F (or 0xC5342F) is known color: Persian Red. HEX triplet: C5, 34 and 2F. RGB value is (197,52,47). Sum of RGB (Red+Green+Blue) = 197+52+47=296 (39% of max value = 765). Red value is 197 (77.34% from 255 or 66.55% from 296); Green value is 52 (20.70% from 255 or 17.57% from 296); Blue value is 47 (18.75% from 255 or 15.88% from 296); Max value from RGB is 197 - color contains mainly: red. Hex color #C5342F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5342F is #3ACBD0. Grayscale: #5E5E5E. Windows color (decimal): -3853265 or 3093701. OLE color: 3093701.

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

Color convert

RGB 197 52 47 -
CMYK 0 0.74 0.76 0.23
HSL 0.61% 0.48% -
HSV(B) 0.76% 0.77% -
XYZ 24.77 14.53 4.19 -
YUV 94.79 101.04 200.91 -
System Red Green Blue C M Y K H S L
Decimal 197 52 47 0 0.74 0.76 0.23 2 0.61 0.48
Hex C5 34 2F 0 4A 4C 17 2 3D 30
Octal 305 64 57 0 112 114 27 2 75 60
Binary 11000101 110100 101111 0 1001010 1001100 10111 10 111101 110000

Color Harmonies of #C5342F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5342F

Black with #C5342F

Text Example


Text Example

White with #C5342F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5342F; }

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

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

background-color css

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

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

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

border-color css

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

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

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