Html Css Color HEX #C53527 Persian Red

📋 copy color: '#C53527'

red 197 ◦ green 53 ◦ blue 39

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

Shades of Persian Red #C53527

Tints of Persian Red #C53527

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.34%

 BLUE value IS 39 (15.63% from 255) = 13.49%

R = 68.17%
G = 18.34%
B = 13.49%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.80

 K value IS 0.23

RGB Variations

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

Color information

#C53527 (or 0xC53527) is known color: Persian Red. HEX triplet: C5, 35 and 27. RGB value is (197,53,39). Sum of RGB (Red+Green+Blue) = 197+53+39=289 (38% of max value = 765). Red value is 197 (77.34% from 255 or 68.17% from 289); Green value is 53 (21.09% from 255 or 18.34% from 289); Blue value is 39 (15.62% from 255 or 13.49% from 289); Max value from RGB is 197 - color contains mainly: red. Hex color #C53527 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53527 is #3ACAD8. Grayscale: #5E5E5E. Windows color (decimal): -3853017 or 2569669. OLE color: 2569669.

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

Color convert

RGB 197 53 39 -
CMYK 0 0.73 0.80 0.23
HSL 5.32º 0.67% 0.46% -
HSV(B) 5.32º 0.8% 0.77% -
XYZ 24.67 14.56 3.43 -
YUV 94.46 96.71 201.14 -
System Red Green Blue C M Y K H S L
Decimal 197 53 39 0 0.73 0.80 0.23 5.32 0.67 0.46
Hex C5 35 27 0 49 50 17 5 43 2E
Octal 305 65 47 0 111 120 27 5 103 56
Binary 11000101 110101 100111 0 1001001 1010000 10111 101 1000011 101110

Color Harmonies of #C53527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53527

Black with #C53527

Text Example


Text Example

White with #C53527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53527; }

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

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

background-color css

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

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

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

border-color css

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

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

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