Html Css Color HEX #C73947 Brick Red

📋 copy color: '#C73947'

red 199 ◦ green 57 ◦ blue 71

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

Shades of Brick Red #C73947

Tints of Brick Red #C73947

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.43%

 BLUE value IS 71 (28.13% from 255) = 21.71%

R = 60.86%
G = 17.43%
B = 21.71%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C73947 (or 0xC73947) is known color: Brick Red. HEX triplet: C7, 39 and 47. RGB value is (199,57,71). Sum of RGB (Red+Green+Blue) = 199+57+71=327 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.86% from 327); Green value is 57 (22.66% from 255 or 17.43% from 327); Blue value is 71 (28.12% from 255 or 21.71% from 327); Max value from RGB is 199 - color contains mainly: red. Hex color #C73947 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73947 is #38C6B8. Grayscale: #656565. Windows color (decimal): -3720889 or 4667847. OLE color: 4667847.

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

Color convert

RGB 199 57 71 -
CMYK 0 0.71 0.64 0.22
HSL 354.08º 0.56% 0.5% -
HSV(B) 354.08º 0.71% 0.78% -
XYZ 26.15 15.52 7.58 -
YUV 101.05 111.04 197.86 -
System Red Green Blue C M Y K H S L
Decimal 199 57 71 0 0.71 0.64 0.22 354.08 0.56 0.5
Hex C7 39 47 0 47 40 16 162 38 32
Octal 307 71 107 0 107 100 26 542 70 62
Binary 11000111 111001 1000111 0 1000111 1000000 10110 101100010 111000 110010

Color Harmonies of #C73947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73947

Black with #C73947

Text Example


Text Example

White with #C73947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73947; }

 p { color: rgb(199,57,71); }

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

background-color css

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

 a { background-color: rgb(199,57,71); }

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

border-color css

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

 span { border-color: rgb(199,57,71); }

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