Html Css Color HEX #C73841 Brick Red

📋 copy color: '#C73841'

red 199 ◦ green 56 ◦ blue 65

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

Shades of Brick Red #C73841

Tints of Brick Red #C73841

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.5%

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

R = 62.19%
G = 17.5%
B = 20.31%

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

#C73841 (or 0xC73841) is known color: Brick Red. HEX triplet: C7, 38 and 41. RGB value is (199,56,65). Sum of RGB (Red+Green+Blue) = 199+56+65=320 (42% of max value = 765). Red value is 199 (78.12% from 255 or 62.19% from 320); Green value is 56 (22.27% from 255 or 17.5% from 320); Blue value is 65 (25.78% from 255 or 20.31% from 320); Max value from RGB is 199 - color contains mainly: red. Hex color #C73841 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73841 is #38C7BE. Grayscale: #636363. Windows color (decimal): -3721151 or 4274375. OLE color: 4274375.

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

Color convert

RGB 199 56 65 -
CMYK 0 0.72 0.67 0.22
HSL 356.22º 0.56% 0.5% -
HSV(B) 356.22º 0.72% 0.78% -
XYZ 25.92 15.35 6.6 -
YUV 99.78 108.38 198.77 -
System Red Green Blue C M Y K H S L
Decimal 199 56 65 0 0.72 0.67 0.22 356.22 0.56 0.5
Hex C7 38 41 0 48 43 16 164 38 32
Octal 307 70 101 0 110 103 26 544 70 62
Binary 11000111 111000 1000001 0 1001000 1000011 10110 101100100 111000 110010

Color Harmonies of #C73841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73841

Black with #C73841

Text Example


Text Example

White with #C73841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73841; }

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

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

background-color css

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

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

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

border-color css

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

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

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