Html Css Color HEX #C63D4A Brick Red

📋 copy color: '#C63D4A'

red 198 ◦ green 61 ◦ blue 74

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

Shades of Brick Red #C63D4A

Tints of Brick Red #C63D4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 22.22%

R = 59.46%
G = 18.32%
B = 22.22%

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

#C63D4A (or 0xC63D4A) is known color: Brick Red. HEX triplet: C6, 3D and 4A. RGB value is (198,61,74). Sum of RGB (Red+Green+Blue) = 198+61+74=333 (44% of max value = 765). Red value is 198 (77.73% from 255 or 59.46% from 333); Green value is 61 (24.22% from 255 or 18.32% from 333); Blue value is 74 (29.30% from 255 or 22.22% from 333); Max value from RGB is 198 - color contains mainly: red. Hex color #C63D4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63D4A is #39C2B5. Grayscale: #676767. Windows color (decimal): -3785398 or 4865478. OLE color: 4865478.

HSL color Cylindrical-coordinate representation of color #C63D4A: hue angle of 354.31º 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 #C63D4A is Cyan = 0, Magento = 0.69, Yellow = 0.63 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 61 74 -
CMYK 0 0.69 0.63 0.22
HSL 354.31º 0.55% 0.51% -
HSV(B) 354.31º 0.69% 0.78% -
XYZ 26.19 15.84 8.15 -
YUV 103.45 111.39 195.44 -
System Red Green Blue C M Y K H S L
Decimal 198 61 74 0 0.69 0.63 0.22 354.31 0.55 0.51
Hex C6 3D 4A 0 45 3F 16 162 37 33
Octal 306 75 112 0 105 77 26 542 67 63
Binary 11000110 111101 1001010 0 1000101 111111 10110 101100010 110111 110011

Color Harmonies of #C63D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63D4A

Black with #C63D4A

Text Example


Text Example

White with #C63D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63D4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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