Html Css Color HEX #C53429 Persian Red

📋 copy color: '#C53429'

red 197 ◦ green 52 ◦ blue 41

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

Shades of Persian Red #C53429

Tints of Persian Red #C53429

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 14.14%

R = 67.93%
G = 17.93%
B = 14.14%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.79

 K value IS 0.23

RGB Variations

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

Color information

#C53429 (or 0xC53429) is known color: Persian Red. HEX triplet: C5, 34 and 29. RGB value is (197,52,41). Sum of RGB (Red+Green+Blue) = 197+52+41=290 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.93% from 290); Green value is 52 (20.70% from 255 or 17.93% from 290); Blue value is 41 (16.41% from 255 or 14.14% from 290); Max value from RGB is 197 - color contains mainly: red. Hex color #C53429 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53429 is #3ACBD6. Grayscale: #5E5E5E. Windows color (decimal): -3853271 or 2700485. OLE color: 2700485.

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

Color convert

RGB 197 52 41 -
CMYK 0 0.74 0.79 0.23
HSL 4.23º 0.66% 0.47% -
HSV(B) 4.23º 0.79% 0.77% -
XYZ 24.65 14.49 3.59 -
YUV 94.1 98.04 201.39 -
System Red Green Blue C M Y K H S L
Decimal 197 52 41 0 0.74 0.79 0.23 4.23 0.66 0.47
Hex C5 34 29 0 4A 4F 17 4 42 2F
Octal 305 64 51 0 112 117 27 4 102 57
Binary 11000101 110100 101001 0 1001010 1001111 10111 100 1000010 101111

Color Harmonies of #C53429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53429

Black with #C53429

Text Example


Text Example

White with #C53429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53429; }

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

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

background-color css

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

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

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

border-color css

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

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

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