Html Css Color HEX #C53428 Persian Red

📋 copy color: '#C53428'

red 197 ◦ green 52 ◦ blue 40

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

Shades of Persian Red #C53428

Tints of Persian Red #C53428

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 13.84%

R = 68.17%
G = 17.99%
B = 13.84%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.80

 K value IS 0.23

RGB Variations

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

Color information

#C53428 (or 0xC53428) is known color: Persian Red. HEX triplet: C5, 34 and 28. RGB value is (197,52,40). Sum of RGB (Red+Green+Blue) = 197+52+40=289 (38% of max value = 765). Red value is 197 (77.34% from 255 or 68.17% from 289); Green value is 52 (20.70% from 255 or 17.99% from 289); Blue value is 40 (16.02% from 255 or 13.84% from 289); Max value from RGB is 197 - color contains mainly: red. Hex color #C53428 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53428 is #3ACBD7. Grayscale: #5E5E5E. Windows color (decimal): -3853272 or 2634949. OLE color: 2634949.

HSL color Cylindrical-coordinate representation of color #C53428: hue angle of 4.59º degrees, saturation: 0.66, 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 #C53428 is Cyan = 0, Magento = 0.74, Yellow = 0.80 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 52 40 -
CMYK 0 0.74 0.80 0.23
HSL 4.59º 0.66% 0.46% -
HSV(B) 4.59º 0.8% 0.77% -
XYZ 24.64 14.48 3.5 -
YUV 93.99 97.54 201.48 -
System Red Green Blue C M Y K H S L
Decimal 197 52 40 0 0.74 0.80 0.23 4.59 0.66 0.46
Hex C5 34 28 0 4A 50 17 5 42 2E
Octal 305 64 50 0 112 120 27 5 102 56
Binary 11000101 110100 101000 0 1001010 1010000 10111 101 1000010 101110

Color Harmonies of #C53428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53428

Black with #C53428

Text Example


Text Example

White with #C53428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53428; }

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

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

background-color css

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

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

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

border-color css

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

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

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