Html Css Color HEX #C5342E Persian Red

📋 copy color: '#C5342E'

red 197 ◦ green 52 ◦ blue 46

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

Shades of Persian Red #C5342E

Tints of Persian Red #C5342E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 15.59%

R = 66.78%
G = 17.63%
B = 15.59%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.77

 K value IS 0.23

RGB Variations

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

Color information

#C5342E (or 0xC5342E) is known color: Persian Red. HEX triplet: C5, 34 and 2E. RGB value is (197,52,46). Sum of RGB (Red+Green+Blue) = 197+52+46=295 (39% of max value = 765). Red value is 197 (77.34% from 255 or 66.78% from 295); Green value is 52 (20.70% from 255 or 17.63% from 295); Blue value is 46 (18.36% from 255 or 15.59% from 295); Max value from RGB is 197 - color contains mainly: red. Hex color #C5342E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5342E is #3ACBD1. Grayscale: #5E5E5E. Windows color (decimal): -3853266 or 3028165. OLE color: 3028165.

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

Color convert

RGB 197 52 46 -
CMYK 0 0.74 0.77 0.23
HSL 2.38º 0.62% 0.48% -
HSV(B) 2.38º 0.77% 0.77% -
XYZ 24.75 14.52 4.08 -
YUV 94.67 100.54 200.99 -
System Red Green Blue C M Y K H S L
Decimal 197 52 46 0 0.74 0.77 0.23 2.38 0.62 0.48
Hex C5 34 2E 0 4A 4D 17 2 3E 30
Octal 305 64 56 0 112 115 27 2 76 60
Binary 11000101 110100 101110 0 1001010 1001101 10111 10 111110 110000

Color Harmonies of #C5342E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5342E

Black with #C5342E

Text Example


Text Example

White with #C5342E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5342E; }

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

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

background-color css

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

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

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

border-color css

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

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

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