Html Css Color HEX #C64035 Persian Red

📋 copy color: '#C64035'

red 198 ◦ green 64 ◦ blue 53

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

Shades of Persian Red #C64035

Tints of Persian Red #C64035

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 16.83%

R = 62.86%
G = 20.32%
B = 16.83%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.73

 K value IS 0.22

RGB Variations

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

Color information

#C64035 (or 0xC64035) is known color: Persian Red. HEX triplet: C6, 40 and 35. RGB value is (198,64,53). Sum of RGB (Red+Green+Blue) = 198+64+53=315 (41% of max value = 765). Red value is 198 (77.73% from 255 or 62.86% from 315); Green value is 64 (25.39% from 255 or 20.32% from 315); Blue value is 53 (21.09% from 255 or 16.83% from 315); Max value from RGB is 198 - color contains mainly: red. Hex color #C64035 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C64035 is #39BFCA. Grayscale: #666666. Windows color (decimal): -3784651 or 3489990. OLE color: 3489990.

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

Color convert

RGB 198 64 53 -
CMYK 0 0.68 0.73 0.22
HSL 4.55º 0.58% 0.49% -
HSV(B) 4.55º 0.73% 0.78% -
XYZ 25.76 15.93 5.08 -
YUV 102.81 99.89 195.89 -
System Red Green Blue C M Y K H S L
Decimal 198 64 53 0 0.68 0.73 0.22 4.55 0.58 0.49
Hex C6 40 35 0 44 49 16 5 3A 31
Octal 306 100 65 0 104 111 26 5 72 61
Binary 11000110 1000000 110101 0 1000100 1001001 10110 101 111010 110001

Color Harmonies of #C64035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64035

Black with #C64035

Text Example


Text Example

White with #C64035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64035; }

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

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

background-color css

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

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

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

border-color css

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

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

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