Html Css Color HEX #C5322F Persian Red

📋 copy color: '#C5322F'

red 197 ◦ green 50 ◦ blue 47

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

Shades of Persian Red #C5322F

Tints of Persian Red #C5322F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.01%

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

R = 67.01%
G = 17.01%
B = 15.99%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.76

 K value IS 0.23

RGB Variations

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

Color information

#C5322F (or 0xC5322F) is known color: Persian Red. HEX triplet: C5, 32 and 2F. RGB value is (197,50,47). Sum of RGB (Red+Green+Blue) = 197+50+47=294 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.01% from 294); Green value is 50 (19.92% from 255 or 17.01% from 294); Blue value is 47 (18.75% from 255 or 15.99% from 294); Max value from RGB is 197 - color contains mainly: red. Hex color #C5322F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5322F is #3ACDD0. Grayscale: #5D5D5D. Windows color (decimal): -3853777 or 3093189. OLE color: 3093189.

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

Color convert

RGB 197 50 47 -
CMYK 0 0.75 0.76 0.23
HSL 1.2º 0.61% 0.48% -
HSV(B) 1.2º 0.76% 0.77% -
XYZ 24.68 14.36 4.16 -
YUV 93.61 101.7 201.74 -
System Red Green Blue C M Y K H S L
Decimal 197 50 47 0 0.75 0.76 0.23 1.2 0.61 0.48
Hex C5 32 2F 0 4B 4C 17 1 3D 30
Octal 305 62 57 0 113 114 27 1 75 60
Binary 11000101 110010 101111 0 1001011 1001100 10111 1 111101 110000

Color Harmonies of #C5322F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5322F

Black with #C5322F

Text Example


Text Example

White with #C5322F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5322F; }

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

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

background-color css

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

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

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

border-color css

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

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

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