Html Css Color HEX #C5342D Persian Red

📋 copy color: '#C5342D'

red 197 ◦ green 52 ◦ blue 45

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

Shades of Persian Red #C5342D

Tints of Persian Red #C5342D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 15.31%

R = 67.01%
G = 17.69%
B = 15.31%

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

#C5342D (or 0xC5342D) is known color: Persian Red. HEX triplet: C5, 34 and 2D. RGB value is (197,52,45). Sum of RGB (Red+Green+Blue) = 197+52+45=294 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.01% from 294); Green value is 52 (20.70% from 255 or 17.69% from 294); Blue value is 45 (17.97% from 255 or 15.31% from 294); Max value from RGB is 197 - color contains mainly: red. Hex color #C5342D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5342D is #3ACBD2. Grayscale: #5E5E5E. Windows color (decimal): -3853267 or 2962629. OLE color: 2962629.

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

Color convert

RGB 197 52 45 -
CMYK 0 0.74 0.77 0.23
HSL 2.76º 0.63% 0.47% -
HSV(B) 2.76º 0.77% 0.77% -
XYZ 24.73 14.52 3.98 -
YUV 94.56 100.04 201.07 -
System Red Green Blue C M Y K H S L
Decimal 197 52 45 0 0.74 0.77 0.23 2.76 0.63 0.47
Hex C5 34 2D 0 4A 4D 17 3 3F 2F
Octal 305 64 55 0 112 115 27 3 77 57
Binary 11000101 110100 101101 0 1001010 1001101 10111 11 111111 101111

Color Harmonies of #C5342D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5342D

Black with #C5342D

Text Example


Text Example

White with #C5342D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5342D; }

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

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

background-color css

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

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

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

border-color css

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

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

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