Html Css Color HEX #C64040 Persian Red

📋 copy color: '#C64040'

red 198 ◦ green 64 ◦ blue 64

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

Shades of Persian Red #C64040

Tints of Persian Red #C64040

RGB

 RED value IS 198 (77.73% from 255) = 60.74%

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

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

R = 60.74%
G = 19.63%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C64040 (or 0xC64040) is known color: Persian Red. HEX triplet: C6, 40 and 40. RGB value is (198,64,64). Sum of RGB (Red+Green+Blue) = 198+64+64=326 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.74% from 326); Green value is 64 (25.39% from 255 or 19.63% from 326); Blue value is 64 (25.39% from 255 or 19.63% from 326); Max value from RGB is 198 - color contains mainly: red. Hex color #C64040 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C64040 is #39BFBF. Grayscale: #686868. Windows color (decimal): -3784640 or 4210886. OLE color: 4210886.

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

Color convert

RGB 198 64 64 -
CMYK 0 0.68 0.68 0.22
HSL 0.54% 0.51% -
HSV(B) 0.68% 0.78% -
XYZ 26.05 16.04 6.57 -
YUV 104.07 105.39 195 -
System Red Green Blue C M Y K H S L
Decimal 198 64 64 0 0.68 0.68 0.22 0 0.54 0.51
Hex C6 40 40 0 44 44 16 0 36 33
Octal 306 100 100 0 104 104 26 0 66 63
Binary 11000110 1000000 1000000 0 1000100 1000100 10110 0 110110 110011

Color Harmonies of #C64040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64040

Black with #C64040

Text Example


Text Example

White with #C64040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64040; }

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

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

background-color css

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

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

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

border-color css

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

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

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