Html Css Color HEX #C73641 Brick Red

📋 copy color: '#C73641'

red 199 ◦ green 54 ◦ blue 65

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

Shades of Brick Red #C73641

Tints of Brick Red #C73641

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.98%

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

R = 62.58%
G = 16.98%
B = 20.44%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.67

 K value IS 0.22

RGB Variations

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

Color information

#C73641 (or 0xC73641) is known color: Brick Red. HEX triplet: C7, 36 and 41. RGB value is (199,54,65). Sum of RGB (Red+Green+Blue) = 199+54+65=318 (42% of max value = 765). Red value is 199 (78.12% from 255 or 62.58% from 318); Green value is 54 (21.48% from 255 or 16.98% from 318); Blue value is 65 (25.78% from 255 or 20.44% from 318); Max value from RGB is 199 - color contains mainly: red. Hex color #C73641 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73641 is #38C9BE. Grayscale: #626262. Windows color (decimal): -3721663 or 4273863. OLE color: 4273863.

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

Color convert

RGB 199 54 65 -
CMYK 0 0.73 0.67 0.22
HSL 355.45º 0.57% 0.5% -
HSV(B) 355.45º 0.73% 0.78% -
XYZ 25.83 15.16 6.57 -
YUV 98.61 109.04 199.61 -
System Red Green Blue C M Y K H S L
Decimal 199 54 65 0 0.73 0.67 0.22 355.45 0.57 0.5
Hex C7 36 41 0 49 43 16 163 39 32
Octal 307 66 101 0 111 103 26 543 71 62
Binary 11000111 110110 1000001 0 1001001 1000011 10110 101100011 111001 110010

Color Harmonies of #C73641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73641

Black with #C73641

Text Example


Text Example

White with #C73641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73641; }

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

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

background-color css

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

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

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

border-color css

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

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

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