Html Css Color HEX #C53424 Persian Red

📋 copy color: '#C53424'

red 197 ◦ green 52 ◦ blue 36

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

Shades of Persian Red #C53424

Tints of Persian Red #C53424

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.25%

 BLUE value IS 36 (14.45% from 255) = 12.63%

R = 69.12%
G = 18.25%
B = 12.63%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.82

 K value IS 0.23

RGB Variations

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

Color information

#C53424 (or 0xC53424) is known color: Persian Red. HEX triplet: C5, 34 and 24. RGB value is (197,52,36). Sum of RGB (Red+Green+Blue) = 197+52+36=285 (37% of max value = 765). Red value is 197 (77.34% from 255 or 69.12% from 285); Green value is 52 (20.70% from 255 or 18.25% from 285); Blue value is 36 (14.45% from 255 or 12.63% from 285); Max value from RGB is 197 - color contains mainly: red. Hex color #C53424 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53424 is #3ACBDB. Grayscale: #5D5D5D. Windows color (decimal): -3853276 or 2372805. OLE color: 2372805.

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

Color convert

RGB 197 52 36 -
CMYK 0 0.74 0.82 0.23
HSL 5.96º 0.69% 0.46% -
HSV(B) 5.96º 0.82% 0.77% -
XYZ 24.57 14.45 3.16 -
YUV 93.53 95.54 201.8 -
System Red Green Blue C M Y K H S L
Decimal 197 52 36 0 0.74 0.82 0.23 5.96 0.69 0.46
Hex C5 34 24 0 4A 52 17 6 45 2E
Octal 305 64 44 0 112 122 27 6 105 56
Binary 11000101 110100 100100 0 1001010 1010010 10111 110 1000101 101110

Color Harmonies of #C53424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53424

Black with #C53424

Text Example


Text Example

White with #C53424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53424; }

 p { color: rgb(197,52,36); }

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

background-color css

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

 a { background-color: rgb(197,52,36); }

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

border-color css

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

 span { border-color: rgb(197,52,36); }

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