Html Css Color HEX #C5372F Persian Red

📋 copy color: '#C5372F'

red 197 ◦ green 55 ◦ blue 47

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

Shades of Persian Red #C5372F

Tints of Persian Red #C5372F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.39%

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

R = 65.89%
G = 18.39%
B = 15.72%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.76

 K value IS 0.23

RGB Variations

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

Color information

#C5372F (or 0xC5372F) is known color: Persian Red. HEX triplet: C5, 37 and 2F. RGB value is (197,55,47). Sum of RGB (Red+Green+Blue) = 197+55+47=299 (39% of max value = 765). Red value is 197 (77.34% from 255 or 65.89% from 299); Green value is 55 (21.88% from 255 or 18.39% from 299); Blue value is 47 (18.75% from 255 or 15.72% from 299); Max value from RGB is 197 - color contains mainly: red. Hex color #C5372F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5372F is #3AC8D0. Grayscale: #606060. Windows color (decimal): -3852497 or 3094469. OLE color: 3094469.

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

Color convert

RGB 197 55 47 -
CMYK 0 0.72 0.76 0.23
HSL 3.2º 0.61% 0.48% -
HSV(B) 3.2º 0.76% 0.77% -
XYZ 24.91 14.81 4.23 -
YUV 96.55 100.04 199.65 -
System Red Green Blue C M Y K H S L
Decimal 197 55 47 0 0.72 0.76 0.23 3.2 0.61 0.48
Hex C5 37 2F 0 48 4C 17 3 3D 30
Octal 305 67 57 0 110 114 27 3 75 60
Binary 11000101 110111 101111 0 1001000 1001100 10111 11 111101 110000

Color Harmonies of #C5372F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5372F

Black with #C5372F

Text Example


Text Example

White with #C5372F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5372F; }

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

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

background-color css

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

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

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

border-color css

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

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

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