Html Css Color HEX #C62547 Brick Red

📋 copy color: '#C62547'

red 198 ◦ green 37 ◦ blue 71

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

Shades of Brick Red #C62547

Tints of Brick Red #C62547

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.09%

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

R = 64.71%
G = 12.09%
B = 23.2%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C62547 (or 0xC62547) is known color: Brick Red. HEX triplet: C6, 25 and 47. RGB value is (198,37,71). Sum of RGB (Red+Green+Blue) = 198+37+71=306 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.71% from 306); Green value is 37 (14.84% from 255 or 12.09% from 306); Blue value is 71 (28.12% from 255 or 23.20% from 306); Max value from RGB is 198 - color contains mainly: red. Hex color #C62547 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62547 is #39DAB8. Grayscale: #595959. Windows color (decimal): -3791545 or 4662726. OLE color: 4662726.

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

Color convert

RGB 198 37 71 -
CMYK 0 0.81 0.64 0.22
HSL 347.33º 0.69% 0.46% -
HSV(B) 347.33º 0.81% 0.78% -
XYZ 25.09 13.78 7.3 -
YUV 89.02 117.84 205.74 -
System Red Green Blue C M Y K H S L
Decimal 198 37 71 0 0.81 0.64 0.22 347.33 0.69 0.46
Hex C6 25 47 0 51 40 16 15B 45 2E
Octal 306 45 107 0 121 100 26 533 105 56
Binary 11000110 100101 1000111 0 1010001 1000000 10110 101011011 1000101 101110

Color Harmonies of #C62547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62547

Black with #C62547

Text Example


Text Example

White with #C62547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62547; }

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

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

background-color css

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

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

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

border-color css

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

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

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