Html Css Color HEX #C73141 Brick Red

📋 copy color: '#C73141'

red 199 ◦ green 49 ◦ blue 65

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

Shades of Brick Red #C73141

Tints of Brick Red #C73141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 20.77%

R = 63.58%
G = 15.65%
B = 20.77%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.67

 K value IS 0.22

RGB Variations

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

Color information

#C73141 (or 0xC73141) is known color: Brick Red. HEX triplet: C7, 31 and 41. RGB value is (199,49,65). Sum of RGB (Red+Green+Blue) = 199+49+65=313 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.58% from 313); Green value is 49 (19.53% from 255 or 15.65% from 313); Blue value is 65 (25.78% from 255 or 20.77% from 313); Max value from RGB is 199 - color contains mainly: red. Hex color #C73141 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73141 is #38CEBE. Grayscale: #5F5F5F. Windows color (decimal): -3722943 or 4272583. OLE color: 4272583.

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

Color convert

RGB 199 49 65 -
CMYK 0 0.75 0.67 0.22
HSL 353.6º 0.6% 0.49% -
HSV(B) 353.6º 0.75% 0.78% -
XYZ 25.61 14.72 6.49 -
YUV 95.67 110.7 201.7 -
System Red Green Blue C M Y K H S L
Decimal 199 49 65 0 0.75 0.67 0.22 353.6 0.6 0.49
Hex C7 31 41 0 4B 43 16 162 3C 31
Octal 307 61 101 0 113 103 26 542 74 61
Binary 11000111 110001 1000001 0 1001011 1000011 10110 101100010 111100 110001

Color Harmonies of #C73141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73141

Black with #C73141

Text Example


Text Example

White with #C73141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73141; }

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

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

background-color css

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

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

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

border-color css

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

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

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