Html Css Color HEX #C6342A Persian Red

📋 copy color: '#C6342A'

red 198 ◦ green 52 ◦ blue 42

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

Shades of Persian Red #C6342A

Tints of Persian Red #C6342A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 14.38%

R = 67.81%
G = 17.81%
B = 14.38%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#C6342A (or 0xC6342A) is known color: Persian Red. HEX triplet: C6, 34 and 2A. RGB value is (198,52,42). Sum of RGB (Red+Green+Blue) = 198+52+42=292 (38% of max value = 765). Red value is 198 (77.73% from 255 or 67.81% from 292); Green value is 52 (20.70% from 255 or 17.81% from 292); Blue value is 42 (16.80% from 255 or 14.38% from 292); Max value from RGB is 198 - color contains mainly: red. Hex color #C6342A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6342A is #39CBD5. Grayscale: #5E5E5E. Windows color (decimal): -3787734 or 2766022. OLE color: 2766022.

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

Color convert

RGB 198 52 42 -
CMYK 0 0.74 0.79 0.22
HSL 3.85º 0.65% 0.47% -
HSV(B) 3.85º 0.79% 0.78% -
XYZ 24.93 14.63 3.7 -
YUV 94.51 98.37 201.81 -
System Red Green Blue C M Y K H S L
Decimal 198 52 42 0 0.74 0.79 0.22 3.85 0.65 0.47
Hex C6 34 2A 0 4A 4F 16 4 41 2F
Octal 306 64 52 0 112 117 26 4 101 57
Binary 11000110 110100 101010 0 1001010 1001111 10110 100 1000001 101111

Color Harmonies of #C6342A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6342A

Black with #C6342A

Text Example


Text Example

White with #C6342A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6342A; }

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

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

background-color css

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

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

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

border-color css

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

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

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