Html Css Color HEX #C5322C Persian Red

📋 copy color: '#C5322C'

red 197 ◦ green 50 ◦ blue 44

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

Shades of Persian Red #C5322C

Tints of Persian Red #C5322C

RGB

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

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

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

R = 67.7%
G = 17.18%
B = 15.12%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.78

 K value IS 0.23

RGB Variations

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

Color information

#C5322C (or 0xC5322C) is known color: Persian Red. HEX triplet: C5, 32 and 2C. RGB value is (197,50,44). Sum of RGB (Red+Green+Blue) = 197+50+44=291 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.70% from 291); Green value is 50 (19.92% from 255 or 17.18% from 291); Blue value is 44 (17.58% from 255 or 15.12% from 291); Max value from RGB is 197 - color contains mainly: red. Hex color #C5322C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5322C is #3ACDD3. Grayscale: #5D5D5D. Windows color (decimal): -3853780 or 2896581. OLE color: 2896581.

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

Color convert

RGB 197 50 44 -
CMYK 0 0.75 0.78 0.23
HSL 2.35º 0.63% 0.47% -
HSV(B) 2.35º 0.78% 0.77% -
XYZ 24.62 14.33 3.85 -
YUV 93.27 100.2 201.99 -
System Red Green Blue C M Y K H S L
Decimal 197 50 44 0 0.75 0.78 0.23 2.35 0.63 0.47
Hex C5 32 2C 0 4B 4E 17 2 3F 2F
Octal 305 62 54 0 113 116 27 2 77 57
Binary 11000101 110010 101100 0 1001011 1001110 10111 10 111111 101111

Color Harmonies of #C5322C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5322C

Black with #C5322C

Text Example


Text Example

White with #C5322C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5322C; }

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

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

background-color css

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

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

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

border-color css

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

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

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