Html Css Color HEX #C5312C Persian Red

📋 copy color: '#C5312C'

red 197 ◦ green 49 ◦ blue 44

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

Shades of Persian Red #C5312C

Tints of Persian Red #C5312C

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.9%

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

R = 67.93%
G = 16.9%
B = 15.17%

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

#C5312C (or 0xC5312C) is known color: Persian Red. HEX triplet: C5, 31 and 2C. RGB value is (197,49,44). Sum of RGB (Red+Green+Blue) = 197+49+44=290 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.93% from 290); Green value is 49 (19.53% from 255 or 16.90% from 290); Blue value is 44 (17.58% from 255 or 15.17% from 290); Max value from RGB is 197 - color contains mainly: red. Hex color #C5312C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5312C is #3ACED3. Grayscale: #5C5C5C. Windows color (decimal): -3854036 or 2896325. OLE color: 2896325.

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

Color convert

RGB 197 49 44 -
CMYK 0 0.75 0.78 0.23
HSL 1.96º 0.63% 0.47% -
HSV(B) 1.96º 0.78% 0.77% -
XYZ 24.58 14.25 3.84 -
YUV 92.68 100.53 202.41 -
System Red Green Blue C M Y K H S L
Decimal 197 49 44 0 0.75 0.78 0.23 1.96 0.63 0.47
Hex C5 31 2C 0 4B 4E 17 2 3F 2F
Octal 305 61 54 0 113 116 27 2 77 57
Binary 11000101 110001 101100 0 1001011 1001110 10111 10 111111 101111

Color Harmonies of #C5312C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5312C

Black with #C5312C

Text Example


Text Example

White with #C5312C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5312C; }

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

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

background-color css

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

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

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

border-color css

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

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

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