Html Css Color HEX #C5312D Persian Red

📋 copy color: '#C5312D'

red 197 ◦ green 49 ◦ blue 45

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

Shades of Persian Red #C5312D

Tints of Persian Red #C5312D

RGB

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

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

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

R = 67.7%
G = 16.84%
B = 15.46%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.77

 K value IS 0.23

RGB Variations

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

Color information

#C5312D (or 0xC5312D) is known color: Persian Red. HEX triplet: C5, 31 and 2D. RGB value is (197,49,45). Sum of RGB (Red+Green+Blue) = 197+49+45=291 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.70% from 291); Green value is 49 (19.53% from 255 or 16.84% from 291); Blue value is 45 (17.97% from 255 or 15.46% from 291); Max value from RGB is 197 - color contains mainly: red. Hex color #C5312D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5312D is #3ACED2. Grayscale: #5C5C5C. Windows color (decimal): -3854035 or 2961861. OLE color: 2961861.

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

Color convert

RGB 197 49 45 -
CMYK 0 0.75 0.77 0.23
HSL 1.58º 0.63% 0.47% -
HSV(B) 1.58º 0.77% 0.77% -
XYZ 24.6 14.26 3.94 -
YUV 92.8 101.03 202.33 -
System Red Green Blue C M Y K H S L
Decimal 197 49 45 0 0.75 0.77 0.23 1.58 0.63 0.47
Hex C5 31 2D 0 4B 4D 17 2 3F 2F
Octal 305 61 55 0 113 115 27 2 77 57
Binary 11000101 110001 101101 0 1001011 1001101 10111 10 111111 101111

Color Harmonies of #C5312D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5312D

Black with #C5312D

Text Example


Text Example

White with #C5312D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5312D; }

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

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

background-color css

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

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

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

border-color css

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

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

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