Html Css Color HEX #C72947 Brick Red

📋 copy color: '#C72947'

red 199 ◦ green 41 ◦ blue 71

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

Shades of Brick Red #C72947

Tints of Brick Red #C72947

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.18%

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

R = 63.99%
G = 13.18%
B = 22.83%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C72947 (or 0xC72947) is known color: Brick Red. HEX triplet: C7, 29 and 47. RGB value is (199,41,71). Sum of RGB (Red+Green+Blue) = 199+41+71=311 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.99% from 311); Green value is 41 (16.41% from 255 or 13.18% from 311); Blue value is 71 (28.12% from 255 or 22.83% from 311); Max value from RGB is 199 - color contains mainly: red. Hex color #C72947 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C72947 is #38D6B8. Grayscale: #5B5B5B. Windows color (decimal): -3724985 or 4663751. OLE color: 4663751.

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

Color convert

RGB 199 41 71 -
CMYK 0 0.79 0.64 0.22
HSL 348.61º 0.66% 0.47% -
HSV(B) 348.61º 0.79% 0.78% -
XYZ 25.48 14.18 7.36 -
YUV 91.66 116.35 204.56 -
System Red Green Blue C M Y K H S L
Decimal 199 41 71 0 0.79 0.64 0.22 348.61 0.66 0.47
Hex C7 29 47 0 4F 40 16 15D 42 2F
Octal 307 51 107 0 117 100 26 535 102 57
Binary 11000111 101001 1000111 0 1001111 1000000 10110 101011101 1000010 101111

Color Harmonies of #C72947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72947

Black with #C72947

Text Example


Text Example

White with #C72947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72947; }

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

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

background-color css

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

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

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

border-color css

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

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

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