Html Css Color HEX #C53929 Persian Red

📋 copy color: '#C53929'

red 197 ◦ green 57 ◦ blue 41

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

Shades of Persian Red #C53929

Tints of Persian Red #C53929

RGB

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

 GREEN value IS 57 (22.66% from 255) = 19.32%

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

R = 66.78%
G = 19.32%
B = 13.9%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.79

 K value IS 0.23

RGB Variations

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

Color information

#C53929 (or 0xC53929) is known color: Persian Red. HEX triplet: C5, 39 and 29. RGB value is (197,57,41). Sum of RGB (Red+Green+Blue) = 197+57+41=295 (39% of max value = 765). Red value is 197 (77.34% from 255 or 66.78% from 295); Green value is 57 (22.66% from 255 or 19.32% from 295); Blue value is 41 (16.41% from 255 or 13.90% from 295); Max value from RGB is 197 - color contains mainly: red. Hex color #C53929 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53929 is #3AC6D6. Grayscale: #616161. Windows color (decimal): -3851991 or 2701765. OLE color: 2701765.

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

Color convert

RGB 197 57 41 -
CMYK 0 0.71 0.79 0.23
HSL 6.15º 0.66% 0.47% -
HSV(B) 6.15º 0.79% 0.77% -
XYZ 24.89 14.96 3.67 -
YUV 97.04 96.38 199.3 -
System Red Green Blue C M Y K H S L
Decimal 197 57 41 0 0.71 0.79 0.23 6.15 0.66 0.47
Hex C5 39 29 0 47 4F 17 6 42 2F
Octal 305 71 51 0 107 117 27 6 102 57
Binary 11000101 111001 101001 0 1000111 1001111 10111 110 1000010 101111

Color Harmonies of #C53929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53929

Black with #C53929

Text Example


Text Example

White with #C53929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53929; }

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

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

background-color css

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

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

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

border-color css

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

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

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