Html Css Color HEX #C5392C Persian Red

📋 copy color: '#C5392C'

red 197 ◦ green 57 ◦ blue 44

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

Shades of Persian Red #C5392C

Tints of Persian Red #C5392C

RGB

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

 GREEN value IS 57 (22.66% from 255) = 19.13%

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

R = 66.11%
G = 19.13%
B = 14.77%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.78

 K value IS 0.23

RGB Variations

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

Color information

#C5392C (or 0xC5392C) is known color: Persian Red. HEX triplet: C5, 39 and 2C. RGB value is (197,57,44). Sum of RGB (Red+Green+Blue) = 197+57+44=298 (39% of max value = 765). Red value is 197 (77.34% from 255 or 66.11% from 298); Green value is 57 (22.66% from 255 or 19.13% from 298); Blue value is 44 (17.58% from 255 or 14.77% from 298); Max value from RGB is 197 - color contains mainly: red. Hex color #C5392C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5392C is #3AC6D3. Grayscale: #616161. Windows color (decimal): -3851988 or 2898373. OLE color: 2898373.

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

Color convert

RGB 197 57 44 -
CMYK 0 0.71 0.78 0.23
HSL 5.1º 0.63% 0.47% -
HSV(B) 5.1º 0.78% 0.77% -
XYZ 24.94 14.98 3.96 -
YUV 97.38 97.88 199.06 -
System Red Green Blue C M Y K H S L
Decimal 197 57 44 0 0.71 0.78 0.23 5.1 0.63 0.47
Hex C5 39 2C 0 47 4E 17 5 3F 2F
Octal 305 71 54 0 107 116 27 5 77 57
Binary 11000101 111001 101100 0 1000111 1001110 10111 101 111111 101111

Color Harmonies of #C5392C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5392C

Black with #C5392C

Text Example


Text Example

White with #C5392C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5392C; }

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

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

background-color css

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

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

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

border-color css

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

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

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