Html Css Color HEX #C63141 Brick Red

📋 copy color: '#C63141'

red 198 ◦ green 49 ◦ blue 65

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

Shades of Brick Red #C63141

Tints of Brick Red #C63141

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.71%

 BLUE value IS 65 (25.78% from 255) = 20.83%

R = 63.46%
G = 15.71%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.67

 K value IS 0.22

RGB Variations

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

Color information

#C63141 (or 0xC63141) is known color: Brick Red. HEX triplet: C6, 31 and 41. RGB value is (198,49,65). Sum of RGB (Red+Green+Blue) = 198+49+65=312 (41% of max value = 765). Red value is 198 (77.73% from 255 or 63.46% from 312); Green value is 49 (19.53% from 255 or 15.71% from 312); Blue value is 65 (25.78% from 255 or 20.83% from 312); Max value from RGB is 198 - color contains mainly: red. Hex color #C63141 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63141 is #39CEBE. Grayscale: #5F5F5F. Windows color (decimal): -3788479 or 4272582. OLE color: 4272582.

HSL color Cylindrical-coordinate representation of color #C63141: hue angle of 353.56º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C63141 is Cyan = 0, Magento = 0.75, Yellow = 0.67 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 49 65 -
CMYK 0 0.75 0.67 0.22
HSL 353.56º 0.6% 0.48% -
HSV(B) 353.56º 0.75% 0.78% -
XYZ 25.34 14.58 6.48 -
YUV 95.38 110.86 201.2 -
System Red Green Blue C M Y K H S L
Decimal 198 49 65 0 0.75 0.67 0.22 353.56 0.6 0.48
Hex C6 31 41 0 4B 43 16 162 3C 30
Octal 306 61 101 0 113 103 26 542 74 60
Binary 11000110 110001 1000001 0 1001011 1000011 10110 101100010 111100 110000

Color Harmonies of #C63141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63141

Black with #C63141

Text Example


Text Example

White with #C63141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63141; }

 p { color: rgb(198,49,65); }

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

background-color css

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

 a { background-color: rgb(198,49,65); }

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

border-color css

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

 span { border-color: rgb(198,49,65); }

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