Html Css Color HEX #C6342C Persian Red

📋 copy color: '#C6342C'

red 198 ◦ green 52 ◦ blue 44

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

Shades of Persian Red #C6342C

Tints of Persian Red #C6342C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.69%

 BLUE value IS 44 (17.58% from 255) = 14.97%

R = 67.35%
G = 17.69%
B = 14.97%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#C6342C (or 0xC6342C) is known color: Persian Red. HEX triplet: C6, 34 and 2C. RGB value is (198,52,44). Sum of RGB (Red+Green+Blue) = 198+52+44=294 (38% of max value = 765). Red value is 198 (77.73% from 255 or 67.35% from 294); Green value is 52 (20.70% from 255 or 17.69% from 294); Blue value is 44 (17.58% from 255 or 14.97% from 294); Max value from RGB is 198 - color contains mainly: red. Hex color #C6342C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6342C is #39CBD3. Grayscale: #5E5E5E. Windows color (decimal): -3787732 or 2897094. OLE color: 2897094.

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

Color convert

RGB 198 52 44 -
CMYK 0 0.74 0.78 0.22
HSL 3.12º 0.64% 0.47% -
HSV(B) 3.12º 0.78% 0.78% -
XYZ 24.97 14.64 3.89 -
YUV 94.74 99.37 201.65 -
System Red Green Blue C M Y K H S L
Decimal 198 52 44 0 0.74 0.78 0.22 3.12 0.64 0.47
Hex C6 34 2C 0 4A 4E 16 3 40 2F
Octal 306 64 54 0 112 116 26 3 100 57
Binary 11000110 110100 101100 0 1001010 1001110 10110 11 1000000 101111

Color Harmonies of #C6342C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6342C

Black with #C6342C

Text Example


Text Example

White with #C6342C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6342C; }

 p { color: rgb(198,52,44); }

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

background-color css

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

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

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

border-color css

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

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

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