Html Css Color HEX #C62347 Brick Red

📋 copy color: '#C62347'

red 198 ◦ green 35 ◦ blue 71

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

Shades of Brick Red #C62347

Tints of Brick Red #C62347

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.51%

 BLUE value IS 71 (28.13% from 255) = 23.36%

R = 65.13%
G = 11.51%
B = 23.36%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C62347 (or 0xC62347) is known color: Brick Red. HEX triplet: C6, 23 and 47. RGB value is (198,35,71). Sum of RGB (Red+Green+Blue) = 198+35+71=304 (40% of max value = 765). Red value is 198 (77.73% from 255 or 65.13% from 304); Green value is 35 (14.06% from 255 or 11.51% from 304); Blue value is 71 (28.12% from 255 or 23.36% from 304); Max value from RGB is 198 - color contains mainly: red. Hex color #C62347 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62347 is #39DCB8. Grayscale: #575757. Windows color (decimal): -3792057 or 4662214. OLE color: 4662214.

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

Color convert

RGB 198 35 71 -
CMYK 0 0.82 0.64 0.22
HSL 346.75º 0.7% 0.46% -
HSV(B) 346.75º 0.82% 0.78% -
XYZ 25.03 13.66 7.28 -
YUV 87.84 118.5 206.57 -
System Red Green Blue C M Y K H S L
Decimal 198 35 71 0 0.82 0.64 0.22 346.75 0.7 0.46
Hex C6 23 47 0 52 40 16 15B 46 2E
Octal 306 43 107 0 122 100 26 533 106 56
Binary 11000110 100011 1000111 0 1010010 1000000 10110 101011011 1000110 101110

Color Harmonies of #C62347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62347

Black with #C62347

Text Example


Text Example

White with #C62347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62347; }

 p { color: rgb(198,35,71); }

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

background-color css

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

 a { background-color: rgb(198,35,71); }

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

border-color css

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

 span { border-color: rgb(198,35,71); }

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