Html Css Color HEX #C6342B Persian Red

📋 copy color: '#C6342B'

red 198 ◦ green 52 ◦ blue 43

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

Shades of Persian Red #C6342B

Tints of Persian Red #C6342B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.68%

R = 67.58%
G = 17.75%
B = 14.68%

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

#C6342B (or 0xC6342B) is known color: Persian Red. HEX triplet: C6, 34 and 2B. RGB value is (198,52,43). Sum of RGB (Red+Green+Blue) = 198+52+43=293 (38% of max value = 765). Red value is 198 (77.73% from 255 or 67.58% from 293); Green value is 52 (20.70% from 255 or 17.75% from 293); Blue value is 43 (17.19% from 255 or 14.68% from 293); Max value from RGB is 198 - color contains mainly: red. Hex color #C6342B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6342B is #39CBD4. Grayscale: #5E5E5E. Windows color (decimal): -3787733 or 2831558. OLE color: 2831558.

HSL color Cylindrical-coordinate representation of color #C6342B: hue angle of 3.48º 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 #C6342B is Cyan = 0, Magento = 0.74, Yellow = 0.78 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 52 43 -
CMYK 0 0.74 0.78 0.22
HSL 3.48º 0.64% 0.47% -
HSV(B) 3.48º 0.78% 0.78% -
XYZ 24.95 14.64 3.8 -
YUV 94.63 98.87 201.73 -
System Red Green Blue C M Y K H S L
Decimal 198 52 43 0 0.74 0.78 0.22 3.48 0.64 0.47
Hex C6 34 2B 0 4A 4E 16 3 40 2F
Octal 306 64 53 0 112 116 26 3 100 57
Binary 11000110 110100 101011 0 1001010 1001110 10110 11 1000000 101111

Color Harmonies of #C6342B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6342B

Black with #C6342B

Text Example


Text Example

White with #C6342B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6342B; }

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

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

background-color css

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

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

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

border-color css

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

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

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