Html Css Color HEX #C73540 Brick Red

📋 copy color: '#C73540'

red 199 ◦ green 53 ◦ blue 64

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

Shades of Brick Red #C73540

Tints of Brick Red #C73540

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.77%

 BLUE value IS 64 (25.39% from 255) = 20.25%

R = 62.97%
G = 16.77%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C73540 (or 0xC73540) is known color: Brick Red. HEX triplet: C7, 35 and 40. RGB value is (199,53,64). Sum of RGB (Red+Green+Blue) = 199+53+64=316 (41% of max value = 765). Red value is 199 (78.12% from 255 or 62.97% from 316); Green value is 53 (21.09% from 255 or 16.77% from 316); Blue value is 64 (25.39% from 255 or 20.25% from 316); Max value from RGB is 199 - color contains mainly: red. Hex color #C73540 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73540 is #38CABF. Grayscale: #626262. Windows color (decimal): -3721920 or 4208071. OLE color: 4208071.

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

Color convert

RGB 199 53 64 -
CMYK 0 0.73 0.68 0.22
HSL 355.48º 0.58% 0.49% -
HSV(B) 355.48º 0.73% 0.78% -
XYZ 25.75 15.06 6.4 -
YUV 97.91 108.87 200.11 -
System Red Green Blue C M Y K H S L
Decimal 199 53 64 0 0.73 0.68 0.22 355.48 0.58 0.49
Hex C7 35 40 0 49 44 16 163 3A 31
Octal 307 65 100 0 111 104 26 543 72 61
Binary 11000111 110101 1000000 0 1001001 1000100 10110 101100011 111010 110001

Color Harmonies of #C73540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73540

Black with #C73540

Text Example


Text Example

White with #C73540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73540; }

 p { color: rgb(199,53,64); }

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

background-color css

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

 a { background-color: rgb(199,53,64); }

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

border-color css

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

 span { border-color: rgb(199,53,64); }

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