Html Css Color HEX #C73741 Brick Red

📋 copy color: '#C73741'

red 199 ◦ green 55 ◦ blue 65

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

Shades of Brick Red #C73741

Tints of Brick Red #C73741

RGB

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

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

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

R = 62.38%
G = 17.24%
B = 20.38%

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

#C73741 (or 0xC73741) is known color: Brick Red. HEX triplet: C7, 37 and 41. RGB value is (199,55,65). Sum of RGB (Red+Green+Blue) = 199+55+65=319 (42% of max value = 765). Red value is 199 (78.12% from 255 or 62.38% from 319); Green value is 55 (21.88% from 255 or 17.24% from 319); Blue value is 65 (25.78% from 255 or 20.38% from 319); Max value from RGB is 199 - color contains mainly: red. Hex color #C73741 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73741 is #38C8BE. Grayscale: #636363. Windows color (decimal): -3721407 or 4274119. OLE color: 4274119.

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

Color convert

RGB 199 55 65 -
CMYK 0 0.72 0.67 0.22
HSL 355.83º 0.57% 0.5% -
HSV(B) 355.83º 0.72% 0.78% -
XYZ 25.87 15.26 6.58 -
YUV 99.2 108.71 199.19 -
System Red Green Blue C M Y K H S L
Decimal 199 55 65 0 0.72 0.67 0.22 355.83 0.57 0.5
Hex C7 37 41 0 48 43 16 164 39 32
Octal 307 67 101 0 110 103 26 544 71 62
Binary 11000111 110111 1000001 0 1001000 1000011 10110 101100100 111001 110010

Color Harmonies of #C73741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73741

Black with #C73741

Text Example


Text Example

White with #C73741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73741; }

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

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

background-color css

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

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

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

border-color css

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

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

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