Html Css Color HEX #C54040 Persian Red

📋 copy color: '#C54040'

red 197 ◦ green 64 ◦ blue 64

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

Shades of Persian Red #C54040

Tints of Persian Red #C54040

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.69%

 BLUE value IS 64 (25.39% from 255) = 19.69%

R = 60.62%
G = 19.69%
B = 19.69%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.68

 K value IS 0.23

RGB Variations

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

Color information

#C54040 (or 0xC54040) is known color: Persian Red. HEX triplet: C5, 40 and 40. RGB value is (197,64,64). Sum of RGB (Red+Green+Blue) = 197+64+64=325 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.62% from 325); Green value is 64 (25.39% from 255 or 19.69% from 325); Blue value is 64 (25.39% from 255 or 19.69% from 325); Max value from RGB is 197 - color contains mainly: red. Hex color #C54040 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C54040 is #3ABFBF. Grayscale: #676767. Windows color (decimal): -3850176 or 4210885. OLE color: 4210885.

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

Color convert

RGB 197 64 64 -
CMYK 0 0.68 0.68 0.23
HSL 0.53% 0.51% -
HSV(B) 0.68% 0.77% -
XYZ 25.78 15.91 6.56 -
YUV 103.77 105.56 194.5 -
System Red Green Blue C M Y K H S L
Decimal 197 64 64 0 0.68 0.68 0.23 0 0.53 0.51
Hex C5 40 40 0 44 44 17 0 35 33
Octal 305 100 100 0 104 104 27 0 65 63
Binary 11000101 1000000 1000000 0 1000100 1000100 10111 0 110101 110011

Color Harmonies of #C54040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54040

Black with #C54040

Text Example


Text Example

White with #C54040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54040; }

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

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

background-color css

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

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

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

border-color css

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

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

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