Html Css Color HEX #C5392F Persian Red

📋 copy color: '#C5392F'

red 197 ◦ green 57 ◦ blue 47

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

Shades of Persian Red #C5392F

Tints of Persian Red #C5392F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 15.61%

R = 65.45%
G = 18.94%
B = 15.61%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.76

 K value IS 0.23

RGB Variations

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

Color information

#C5392F (or 0xC5392F) is known color: Persian Red. HEX triplet: C5, 39 and 2F. RGB value is (197,57,47). Sum of RGB (Red+Green+Blue) = 197+57+47=301 (39% of max value = 765). Red value is 197 (77.34% from 255 or 65.45% from 301); Green value is 57 (22.66% from 255 or 18.94% from 301); Blue value is 47 (18.75% from 255 or 15.61% from 301); Max value from RGB is 197 - color contains mainly: red. Hex color #C5392F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5392F is #3AC6D0. Grayscale: #616161. Windows color (decimal): -3851985 or 3094981. OLE color: 3094981.

HSL color Cylindrical-coordinate representation of color #C5392F: hue angle of 4º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C5392F is Cyan = 0, Magento = 0.71, Yellow = 0.76 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 57 47 -
CMYK 0 0.71 0.76 0.23
HSL 0.61% 0.48% -
HSV(B) 0.76% 0.77% -
XYZ 25 15 4.27 -
YUV 97.72 99.38 198.81 -
System Red Green Blue C M Y K H S L
Decimal 197 57 47 0 0.71 0.76 0.23 4 0.61 0.48
Hex C5 39 2F 0 47 4C 17 4 3D 30
Octal 305 71 57 0 107 114 27 4 75 60
Binary 11000101 111001 101111 0 1000111 1001100 10111 100 111101 110000

Color Harmonies of #C5392F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5392F

Black with #C5392F

Text Example


Text Example

White with #C5392F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5392F; }

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

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

background-color css

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

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

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

border-color css

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

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

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