Html Css Color HEX #C53939 Persian Red

📋 copy color: '#C53939'

red 197 ◦ green 57 ◦ blue 57

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

Shades of Persian Red #C53939

Tints of Persian Red #C53939

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 18.33%

R = 63.34%
G = 18.33%
B = 18.33%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.71

 K value IS 0.23

RGB Variations

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

Color information

#C53939 (or 0xC53939) is known color: Persian Red. HEX triplet: C5, 39 and 39. RGB value is (197,57,57). Sum of RGB (Red+Green+Blue) = 197+57+57=311 (41% of max value = 765). Red value is 197 (77.34% from 255 or 63.34% from 311); Green value is 57 (22.66% from 255 or 18.33% from 311); Blue value is 57 (22.66% from 255 or 18.33% from 311); Max value from RGB is 197 - color contains mainly: red. Hex color #C53939 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53939 is #3AC6C6. Grayscale: #626262. Windows color (decimal): -3851975 or 3750341. OLE color: 3750341.

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

Color convert

RGB 197 57 57 -
CMYK 0 0.71 0.71 0.23
HSL 0.55% 0.5% -
HSV(B) 0.71% 0.77% -
XYZ 25.23 15.09 5.45 -
YUV 98.86 104.38 198 -
System Red Green Blue C M Y K H S L
Decimal 197 57 57 0 0.71 0.71 0.23 0 0.55 0.5
Hex C5 39 39 0 47 47 17 0 37 32
Octal 305 71 71 0 107 107 27 0 67 62
Binary 11000101 111001 111001 0 1000111 1000111 10111 0 110111 110010

Color Harmonies of #C53939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53939

Black with #C53939

Text Example


Text Example

White with #C53939

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53939; }

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

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

background-color css

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

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

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

border-color css

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

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

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