Html Css Color HEX #C53226 Persian Red

📋 copy color: '#C53226'

red 197 ◦ green 50 ◦ blue 38

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

Shades of Persian Red #C53226

Tints of Persian Red #C53226

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.54%

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

R = 69.12%
G = 17.54%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.81

 K value IS 0.23

RGB Variations

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

Color information

#C53226 (or 0xC53226) is known color: Persian Red. HEX triplet: C5, 32 and 26. RGB value is (197,50,38). Sum of RGB (Red+Green+Blue) = 197+50+38=285 (37% of max value = 765). Red value is 197 (77.34% from 255 or 69.12% from 285); Green value is 50 (19.92% from 255 or 17.54% from 285); Blue value is 38 (15.23% from 255 or 13.33% from 285); Max value from RGB is 197 - color contains mainly: red. Hex color #C53226 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53226 is #3ACDD9. Grayscale: #5C5C5C. Windows color (decimal): -3853786 or 2503365. OLE color: 2503365.

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

Color convert

RGB 197 50 38 -
CMYK 0 0.75 0.81 0.23
HSL 4.53º 0.68% 0.46% -
HSV(B) 4.53º 0.81% 0.77% -
XYZ 24.52 14.29 3.3 -
YUV 92.59 97.2 202.48 -
System Red Green Blue C M Y K H S L
Decimal 197 50 38 0 0.75 0.81 0.23 4.53 0.68 0.46
Hex C5 32 26 0 4B 51 17 5 44 2E
Octal 305 62 46 0 113 121 27 5 104 56
Binary 11000101 110010 100110 0 1001011 1010001 10111 101 1000100 101110

Color Harmonies of #C53226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53226

Black with #C53226

Text Example


Text Example

White with #C53226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53226; }

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

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

background-color css

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

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

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

border-color css

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

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

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