Html Css Color HEX #C5312B Persian Red

📋 copy color: '#C5312B'

red 197 ◦ green 49 ◦ blue 43

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

Shades of Persian Red #C5312B

Tints of Persian Red #C5312B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.88%

R = 68.17%
G = 16.96%
B = 14.88%

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

#C5312B (or 0xC5312B) is known color: Persian Red. HEX triplet: C5, 31 and 2B. RGB value is (197,49,43). Sum of RGB (Red+Green+Blue) = 197+49+43=289 (38% of max value = 765). Red value is 197 (77.34% from 255 or 68.17% from 289); Green value is 49 (19.53% from 255 or 16.96% from 289); Blue value is 43 (17.19% from 255 or 14.88% from 289); Max value from RGB is 197 - color contains mainly: red. Hex color #C5312B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5312B is #3ACED4. Grayscale: #5C5C5C. Windows color (decimal): -3854037 or 2830789. OLE color: 2830789.

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

Color convert

RGB 197 49 43 -
CMYK 0 0.75 0.78 0.23
HSL 2.34º 0.64% 0.47% -
HSV(B) 2.34º 0.78% 0.77% -
XYZ 24.56 14.24 3.74 -
YUV 92.57 100.03 202.49 -
System Red Green Blue C M Y K H S L
Decimal 197 49 43 0 0.75 0.78 0.23 2.34 0.64 0.47
Hex C5 31 2B 0 4B 4E 17 2 40 2F
Octal 305 61 53 0 113 116 27 2 100 57
Binary 11000101 110001 101011 0 1001011 1001110 10111 10 1000000 101111

Color Harmonies of #C5312B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5312B

Black with #C5312B

Text Example


Text Example

White with #C5312B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5312B; }

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

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

background-color css

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

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

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

border-color css

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

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

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