Html Css Color HEX #C73143 Brick Red

📋 copy color: '#C73143'

red 199 ◦ green 49 ◦ blue 67

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

Shades of Brick Red #C73143

Tints of Brick Red #C73143

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 21.27%

R = 63.17%
G = 15.56%
B = 21.27%

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

#C73143 (or 0xC73143) is known color: Brick Red. HEX triplet: C7, 31 and 43. RGB value is (199,49,67). Sum of RGB (Red+Green+Blue) = 199+49+67=315 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.17% from 315); Green value is 49 (19.53% from 255 or 15.56% from 315); Blue value is 67 (26.56% from 255 or 21.27% from 315); Max value from RGB is 199 - color contains mainly: red. Hex color #C73143 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73143 is #38CEBC. Grayscale: #5F5F5F. Windows color (decimal): -3722941 or 4403655. OLE color: 4403655.

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

Color convert

RGB 199 49 67 -
CMYK 0 0.75 0.66 0.22
HSL 352.8º 0.6% 0.49% -
HSV(B) 352.8º 0.75% 0.78% -
XYZ 25.66 14.74 6.8 -
YUV 95.9 111.7 201.54 -
System Red Green Blue C M Y K H S L
Decimal 199 49 67 0 0.75 0.66 0.22 352.8 0.6 0.49
Hex C7 31 43 0 4B 42 16 161 3C 31
Octal 307 61 103 0 113 102 26 541 74 61
Binary 11000111 110001 1000011 0 1001011 1000010 10110 101100001 111100 110001

Color Harmonies of #C73143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73143

Black with #C73143

Text Example


Text Example

White with #C73143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73143; }

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

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

background-color css

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

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

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

border-color css

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

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

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