Html Css Color HEX #C53938 Persian Red

📋 copy color: '#C53938'

red 197 ◦ green 57 ◦ blue 56

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

Shades of Persian Red #C53938

Tints of Persian Red #C53938

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 18.06%

R = 63.55%
G = 18.39%
B = 18.06%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.72

 K value IS 0.23

RGB Variations

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

Color information

#C53938 (or 0xC53938) is known color: Persian Red. HEX triplet: C5, 39 and 38. RGB value is (197,57,56). Sum of RGB (Red+Green+Blue) = 197+57+56=310 (41% of max value = 765). Red value is 197 (77.34% from 255 or 63.55% from 310); Green value is 57 (22.66% from 255 or 18.39% from 310); Blue value is 56 (22.27% from 255 or 18.06% from 310); Max value from RGB is 197 - color contains mainly: red. Hex color #C53938 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53938 is #3AC6C7. Grayscale: #626262. Windows color (decimal): -3851976 or 3684805. OLE color: 3684805.

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

Color convert

RGB 197 57 56 -
CMYK 0 0.71 0.72 0.23
HSL 0.43º 0.56% 0.5% -
HSV(B) 0.43º 0.72% 0.77% -
XYZ 25.2 15.08 5.32 -
YUV 98.75 103.88 198.08 -
System Red Green Blue C M Y K H S L
Decimal 197 57 56 0 0.71 0.72 0.23 0.43 0.56 0.5
Hex C5 39 38 0 47 48 17 0 38 32
Octal 305 71 70 0 107 110 27 0 70 62
Binary 11000101 111001 111000 0 1000111 1001000 10111 0 111000 110010

Color Harmonies of #C53938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53938

Black with #C53938

Text Example


Text Example

White with #C53938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53938; }

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

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

background-color css

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

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

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

border-color css

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

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

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