Html Css Color HEX #C63D49 Brick Red

📋 copy color: '#C63D49'

red 198 ◦ green 61 ◦ blue 73

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

Shades of Brick Red #C63D49

Tints of Brick Red #C63D49

RGB

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

 GREEN value IS 61 (24.22% from 255) = 18.37%

 BLUE value IS 73 (28.91% from 255) = 21.99%

R = 59.64%
G = 18.37%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#C63D49 (or 0xC63D49) is known color: Brick Red. HEX triplet: C6, 3D and 49. RGB value is (198,61,73). Sum of RGB (Red+Green+Blue) = 198+61+73=332 (43% of max value = 765). Red value is 198 (77.73% from 255 or 59.64% from 332); Green value is 61 (24.22% from 255 or 18.37% from 332); Blue value is 73 (28.91% from 255 or 21.99% from 332); Max value from RGB is 198 - color contains mainly: red. Hex color #C63D49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63D49 is #39C2B6. Grayscale: #676767. Windows color (decimal): -3785399 or 4799942. OLE color: 4799942.

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

Color convert

RGB 198 61 73 -
CMYK 0 0.69 0.63 0.22
HSL 354.74º 0.55% 0.51% -
HSV(B) 354.74º 0.69% 0.78% -
XYZ 26.16 15.82 7.98 -
YUV 103.33 110.89 195.52 -
System Red Green Blue C M Y K H S L
Decimal 198 61 73 0 0.69 0.63 0.22 354.74 0.55 0.51
Hex C6 3D 49 0 45 3F 16 163 37 33
Octal 306 75 111 0 105 77 26 543 67 63
Binary 11000110 111101 1001001 0 1000101 111111 10110 101100011 110111 110011

Color Harmonies of #C63D49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63D49

Black with #C63D49

Text Example


Text Example

White with #C63D49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63D49; }

 p { color: rgb(198,61,73); }

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

background-color css

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

 a { background-color: rgb(198,61,73); }

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

border-color css

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

 span { border-color: rgb(198,61,73); }

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