Html Css Color HEX #C7364A Brick Red

📋 copy color: '#C7364A'

red 199 ◦ green 54 ◦ blue 74

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

Shades of Brick Red #C7364A

Tints of Brick Red #C7364A

RGB

 RED value IS 199 (78.13% from 255) = 60.86%

 GREEN value IS 54 (21.48% from 255) = 16.51%

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

R = 60.86%
G = 16.51%
B = 22.63%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#C7364A (or 0xC7364A) is known color: Brick Red. HEX triplet: C7, 36 and 4A. RGB value is (199,54,74). Sum of RGB (Red+Green+Blue) = 199+54+74=327 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.86% from 327); Green value is 54 (21.48% from 255 or 16.51% from 327); Blue value is 74 (29.30% from 255 or 22.63% from 327); Max value from RGB is 199 - color contains mainly: red. Hex color #C7364A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7364A is #38C9B5. Grayscale: #636363. Windows color (decimal): -3721654 or 4863687. OLE color: 4863687.

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

Color convert

RGB 199 54 74 -
CMYK 0 0.73 0.63 0.22
HSL 351.72º 0.57% 0.5% -
HSV(B) 351.72º 0.73% 0.78% -
XYZ 26.11 15.27 8.05 -
YUV 99.64 113.54 198.87 -
System Red Green Blue C M Y K H S L
Decimal 199 54 74 0 0.73 0.63 0.22 351.72 0.57 0.5
Hex C7 36 4A 0 49 3F 16 160 39 32
Octal 307 66 112 0 111 77 26 540 71 62
Binary 11000111 110110 1001010 0 1001001 111111 10110 101100000 111001 110010

Color Harmonies of #C7364A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7364A

Black with #C7364A

Text Example


Text Example

White with #C7364A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7364A; }

 p { color: rgb(199,54,74); }

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

background-color css

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

 a { background-color: rgb(199,54,74); }

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

border-color css

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

 span { border-color: rgb(199,54,74); }

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