Html Css Color HEX #C73241 Brick Red

📋 copy color: '#C73241'

red 199 ◦ green 50 ◦ blue 65

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

Shades of Brick Red #C73241

Tints of Brick Red #C73241

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.92%

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

R = 63.38%
G = 15.92%
B = 20.7%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.67

 K value IS 0.22

RGB Variations

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

Color information

#C73241 (or 0xC73241) is known color: Brick Red. HEX triplet: C7, 32 and 41. RGB value is (199,50,65). Sum of RGB (Red+Green+Blue) = 199+50+65=314 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.38% from 314); Green value is 50 (19.92% from 255 or 15.92% from 314); Blue value is 65 (25.78% from 255 or 20.70% from 314); Max value from RGB is 199 - color contains mainly: red. Hex color #C73241 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73241 is #38CDBE. Grayscale: #606060. Windows color (decimal): -3722687 or 4272839. OLE color: 4272839.

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

Color convert

RGB 199 50 65 -
CMYK 0 0.75 0.67 0.22
HSL 353.96º 0.6% 0.49% -
HSV(B) 353.96º 0.75% 0.78% -
XYZ 25.65 14.8 6.51 -
YUV 96.26 110.36 201.28 -
System Red Green Blue C M Y K H S L
Decimal 199 50 65 0 0.75 0.67 0.22 353.96 0.6 0.49
Hex C7 32 41 0 4B 43 16 162 3C 31
Octal 307 62 101 0 113 103 26 542 74 61
Binary 11000111 110010 1000001 0 1001011 1000011 10110 101100010 111100 110001

Color Harmonies of #C73241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73241

Black with #C73241

Text Example


Text Example

White with #C73241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73241; }

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

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

background-color css

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

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

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

border-color css

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

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

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