Html Css Color HEX #C73541 Brick Red

📋 copy color: '#C73541'

red 199 ◦ green 53 ◦ blue 65

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

Shades of Brick Red #C73541

Tints of Brick Red #C73541

RGB

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

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

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

R = 62.78%
G = 16.72%
B = 20.5%

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

#C73541 (or 0xC73541) is known color: Brick Red. HEX triplet: C7, 35 and 41. RGB value is (199,53,65). Sum of RGB (Red+Green+Blue) = 199+53+65=317 (41% of max value = 765). Red value is 199 (78.12% from 255 or 62.78% from 317); Green value is 53 (21.09% from 255 or 16.72% from 317); Blue value is 65 (25.78% from 255 or 20.50% from 317); Max value from RGB is 199 - color contains mainly: red. Hex color #C73541 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73541 is #38CABE. Grayscale: #626262. Windows color (decimal): -3721919 or 4273607. OLE color: 4273607.

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

Color convert

RGB 199 53 65 -
CMYK 0 0.73 0.67 0.22
HSL 355.07º 0.58% 0.49% -
HSV(B) 355.07º 0.73% 0.78% -
XYZ 25.78 15.07 6.55 -
YUV 98.02 109.37 200.02 -
System Red Green Blue C M Y K H S L
Decimal 199 53 65 0 0.73 0.67 0.22 355.07 0.58 0.49
Hex C7 35 41 0 49 43 16 163 3A 31
Octal 307 65 101 0 111 103 26 543 72 61
Binary 11000111 110101 1000001 0 1001001 1000011 10110 101100011 111010 110001

Color Harmonies of #C73541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73541

Black with #C73541

Text Example


Text Example

White with #C73541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73541; }

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

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

background-color css

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

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

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

border-color css

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

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

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