Html Css Color HEX #C73742 Brick Red

📋 copy color: '#C73742'

red 199 ◦ green 55 ◦ blue 66

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

Shades of Brick Red #C73742

Tints of Brick Red #C73742

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.19%

 BLUE value IS 66 (26.17% from 255) = 20.63%

R = 62.19%
G = 17.19%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.67

 K value IS 0.22

RGB Variations

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

Color information

#C73742 (or 0xC73742) is known color: Brick Red. HEX triplet: C7, 37 and 42. RGB value is (199,55,66). Sum of RGB (Red+Green+Blue) = 199+55+66=320 (42% of max value = 765). Red value is 199 (78.12% from 255 or 62.19% from 320); Green value is 55 (21.88% from 255 or 17.19% from 320); Blue value is 66 (26.17% from 255 or 20.62% from 320); Max value from RGB is 199 - color contains mainly: red. Hex color #C73742 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73742 is #38C8BD. Grayscale: #636363. Windows color (decimal): -3721406 or 4339655. OLE color: 4339655.

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

Color convert

RGB 199 55 66 -
CMYK 0 0.72 0.67 0.22
HSL 355.42º 0.57% 0.5% -
HSV(B) 355.42º 0.72% 0.78% -
XYZ 25.9 15.27 6.74 -
YUV 99.31 109.21 199.11 -
System Red Green Blue C M Y K H S L
Decimal 199 55 66 0 0.72 0.67 0.22 355.42 0.57 0.5
Hex C7 37 42 0 48 43 16 163 39 32
Octal 307 67 102 0 110 103 26 543 71 62
Binary 11000111 110111 1000010 0 1001000 1000011 10110 101100011 111001 110010

Color Harmonies of #C73742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73742

Black with #C73742

Text Example


Text Example

White with #C73742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73742; }

 p { color: rgb(199,55,66); }

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

background-color css

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

 a { background-color: rgb(199,55,66); }

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

border-color css

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

 span { border-color: rgb(199,55,66); }

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