Html Css Color HEX #C52726 Persian Red

📋 copy color: '#C52726'

red 197 ◦ green 39 ◦ blue 38

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

Shades of Persian Red #C52726

Tints of Persian Red #C52726

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.23%

 BLUE value IS 38 (15.23% from 255) = 13.87%

R = 71.9%
G = 14.23%
B = 13.87%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.81

 K value IS 0.23

RGB Variations

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

Color information

#C52726 (or 0xC52726) is known color: Persian Red. HEX triplet: C5, 27 and 26. RGB value is (197,39,38). Sum of RGB (Red+Green+Blue) = 197+39+38=274 (36% of max value = 765). Red value is 197 (77.34% from 255 or 71.90% from 274); Green value is 39 (15.62% from 255 or 14.23% from 274); Blue value is 38 (15.23% from 255 or 13.87% from 274); Max value from RGB is 197 - color contains mainly: red. Hex color #C52726 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C52726 is #3AD8D9. Grayscale: #565656. Windows color (decimal): -3856602 or 2500549. OLE color: 2500549.

HSL color Cylindrical-coordinate representation of color #C52726: hue angle of 0.38º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C52726 is Cyan = 0, Magento = 0.80, Yellow = 0.81 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 39 38 -
CMYK 0 0.80 0.81 0.23
HSL 0.38º 0.68% 0.46% -
HSV(B) 0.38º 0.81% 0.77% -
XYZ 24.1 13.46 3.16 -
YUV 86.13 100.85 207.08 -
System Red Green Blue C M Y K H S L
Decimal 197 39 38 0 0.80 0.81 0.23 0.38 0.68 0.46
Hex C5 27 26 0 50 51 17 0 44 2E
Octal 305 47 46 0 120 121 27 0 104 56
Binary 11000101 100111 100110 0 1010000 1010001 10111 0 1000100 101110

Color Harmonies of #C52726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52726

Black with #C52726

Text Example


Text Example

White with #C52726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52726; }

 p { color: rgb(197,39,38); }

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

background-color css

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

 a { background-color: rgb(197,39,38); }

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

border-color css

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

 span { border-color: rgb(197,39,38); }

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