Html Css Color HEX #C63947 Brick Red

📋 copy color: '#C63947'

red 198 ◦ green 57 ◦ blue 71

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

Shades of Brick Red #C63947

Tints of Brick Red #C63947

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.48%

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

R = 60.74%
G = 17.48%
B = 21.78%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C63947 (or 0xC63947) is known color: Brick Red. HEX triplet: C6, 39 and 47. RGB value is (198,57,71). Sum of RGB (Red+Green+Blue) = 198+57+71=326 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.74% from 326); Green value is 57 (22.66% from 255 or 17.48% from 326); Blue value is 71 (28.12% from 255 or 21.78% from 326); Max value from RGB is 198 - color contains mainly: red. Hex color #C63947 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63947 is #39C6B8. Grayscale: #646464. Windows color (decimal): -3786425 or 4667846. OLE color: 4667846.

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

Color convert

RGB 198 57 71 -
CMYK 0 0.71 0.64 0.22
HSL 354.04º 0.55% 0.5% -
HSV(B) 354.04º 0.71% 0.78% -
XYZ 25.89 15.39 7.57 -
YUV 100.76 111.21 197.36 -
System Red Green Blue C M Y K H S L
Decimal 198 57 71 0 0.71 0.64 0.22 354.04 0.55 0.5
Hex C6 39 47 0 47 40 16 162 37 32
Octal 306 71 107 0 107 100 26 542 67 62
Binary 11000110 111001 1000111 0 1000111 1000000 10110 101100010 110111 110010

Color Harmonies of #C63947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63947

Black with #C63947

Text Example


Text Example

White with #C63947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63947; }

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

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

background-color css

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

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

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

border-color css

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

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

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