Html Css Color HEX #C6403E Persian Red

📋 copy color: '#C6403E'

red 198 ◦ green 64 ◦ blue 62

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

Shades of Persian Red #C6403E

Tints of Persian Red #C6403E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 19.14%

R = 61.11%
G = 19.75%
B = 19.14%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.69

 K value IS 0.22

RGB Variations

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

Color information

#C6403E (or 0xC6403E) is known color: Persian Red. HEX triplet: C6, 40 and 3E. RGB value is (198,64,62). Sum of RGB (Red+Green+Blue) = 198+64+62=324 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.11% from 324); Green value is 64 (25.39% from 255 or 19.75% from 324); Blue value is 62 (24.61% from 255 or 19.14% from 324); Max value from RGB is 198 - color contains mainly: red. Hex color #C6403E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6403E is #39BFC1. Grayscale: #676767. Windows color (decimal): -3784642 or 4079814. OLE color: 4079814.

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

Color convert

RGB 198 64 62 -
CMYK 0 0.68 0.69 0.22
HSL 0.88º 0.54% 0.51% -
HSV(B) 0.88º 0.69% 0.78% -
XYZ 25.99 16.02 6.28 -
YUV 103.84 104.39 195.16 -
System Red Green Blue C M Y K H S L
Decimal 198 64 62 0 0.68 0.69 0.22 0.88 0.54 0.51
Hex C6 40 3E 0 44 45 16 1 36 33
Octal 306 100 76 0 104 105 26 1 66 63
Binary 11000110 1000000 111110 0 1000100 1000101 10110 1 110110 110011

Color Harmonies of #C6403E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6403E

Black with #C6403E

Text Example


Text Example

White with #C6403E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6403E; }

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

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

background-color css

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

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

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

border-color css

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

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

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