Html Css Color HEX #C73144 Brick Red

📋 copy color: '#C73144'

red 199 ◦ green 49 ◦ blue 68

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

Shades of Brick Red #C73144

Tints of Brick Red #C73144

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.51%

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

R = 62.97%
G = 15.51%
B = 21.52%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.66

 K value IS 0.22

RGB Variations

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

Color information

#C73144 (or 0xC73144) is known color: Brick Red. HEX triplet: C7, 31 and 44. RGB value is (199,49,68). Sum of RGB (Red+Green+Blue) = 199+49+68=316 (41% of max value = 765). Red value is 199 (78.12% from 255 or 62.97% from 316); Green value is 49 (19.53% from 255 or 15.51% from 316); Blue value is 68 (26.95% from 255 or 21.52% from 316); Max value from RGB is 199 - color contains mainly: red. Hex color #C73144 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73144 is #38CEBB. Grayscale: #606060. Windows color (decimal): -3722940 or 4469191. OLE color: 4469191.

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

Color convert

RGB 199 49 68 -
CMYK 0 0.75 0.66 0.22
HSL 352.4º 0.6% 0.49% -
HSV(B) 352.4º 0.75% 0.78% -
XYZ 25.69 14.76 6.96 -
YUV 96.02 112.2 201.46 -
System Red Green Blue C M Y K H S L
Decimal 199 49 68 0 0.75 0.66 0.22 352.4 0.6 0.49
Hex C7 31 44 0 4B 42 16 160 3C 31
Octal 307 61 104 0 113 102 26 540 74 61
Binary 11000111 110001 1000100 0 1001011 1000010 10110 101100000 111100 110001

Color Harmonies of #C73144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73144

Black with #C73144

Text Example


Text Example

White with #C73144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73144; }

 p { color: rgb(199,49,68); }

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

background-color css

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

 a { background-color: rgb(199,49,68); }

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

border-color css

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

 span { border-color: rgb(199,49,68); }

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