Html Css Color HEX #C63745 Brick Red

📋 copy color: '#C63745'

red 198 ◦ green 55 ◦ blue 69

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

Shades of Brick Red #C63745

Tints of Brick Red #C63745

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.08%

 BLUE value IS 69 (27.34% from 255) = 21.43%

R = 61.49%
G = 17.08%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.65

 K value IS 0.22

RGB Variations

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

Color information

#C63745 (or 0xC63745) is known color: Brick Red. HEX triplet: C6, 37 and 45. RGB value is (198,55,69). Sum of RGB (Red+Green+Blue) = 198+55+69=322 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.49% from 322); Green value is 55 (21.88% from 255 or 17.08% from 322); Blue value is 69 (27.34% from 255 or 21.43% from 322); Max value from RGB is 198 - color contains mainly: red. Hex color #C63745 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63745 is #39C8BA. Grayscale: #636363. Windows color (decimal): -3786939 or 4536262. OLE color: 4536262.

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

Color convert

RGB 198 55 69 -
CMYK 0 0.72 0.65 0.22
HSL 354.13º 0.57% 0.5% -
HSV(B) 354.13º 0.72% 0.78% -
XYZ 25.73 15.17 7.2 -
YUV 99.35 110.88 198.36 -
System Red Green Blue C M Y K H S L
Decimal 198 55 69 0 0.72 0.65 0.22 354.13 0.57 0.5
Hex C6 37 45 0 48 41 16 162 39 32
Octal 306 67 105 0 110 101 26 542 71 62
Binary 11000110 110111 1000101 0 1001000 1000001 10110 101100010 111001 110010

Color Harmonies of #C63745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63745

Black with #C63745

Text Example


Text Example

White with #C63745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63745; }

 p { color: rgb(198,55,69); }

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

background-color css

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

 a { background-color: rgb(198,55,69); }

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

border-color css

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

 span { border-color: rgb(198,55,69); }

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