Html Css Color HEX #C63744 Brick Red

📋 copy color: '#C63744'

red 198 ◦ green 55 ◦ blue 68

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

Shades of Brick Red #C63744

Tints of Brick Red #C63744

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 21.18%

R = 61.68%
G = 17.13%
B = 21.18%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.66

 K value IS 0.22

RGB Variations

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

Color information

#C63744 (or 0xC63744) is known color: Brick Red. HEX triplet: C6, 37 and 44. RGB value is (198,55,68). Sum of RGB (Red+Green+Blue) = 198+55+68=321 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.68% from 321); Green value is 55 (21.88% from 255 or 17.13% from 321); Blue value is 68 (26.95% from 255 or 21.18% from 321); Max value from RGB is 198 - color contains mainly: red. Hex color #C63744 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63744 is #39C8BB. Grayscale: #636363. Windows color (decimal): -3786940 or 4470726. OLE color: 4470726.

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

Color convert

RGB 198 55 68 -
CMYK 0 0.72 0.66 0.22
HSL 354.55º 0.57% 0.5% -
HSV(B) 354.55º 0.72% 0.78% -
XYZ 25.7 15.16 7.04 -
YUV 99.24 110.38 198.44 -
System Red Green Blue C M Y K H S L
Decimal 198 55 68 0 0.72 0.66 0.22 354.55 0.57 0.5
Hex C6 37 44 0 48 42 16 163 39 32
Octal 306 67 104 0 110 102 26 543 71 62
Binary 11000110 110111 1000100 0 1001000 1000010 10110 101100011 111001 110010

Color Harmonies of #C63744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63744

Black with #C63744

Text Example


Text Example

White with #C63744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63744; }

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

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

background-color css

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

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

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

border-color css

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

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

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