Html Css Color HEX #C73041 Brick Red

📋 copy color: '#C73041'

red 199 ◦ green 48 ◦ blue 65

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

Shades of Brick Red #C73041

Tints of Brick Red #C73041

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.38%

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

R = 63.78%
G = 15.38%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.67

 K value IS 0.22

RGB Variations

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

Color information

#C73041 (or 0xC73041) is known color: Brick Red. HEX triplet: C7, 30 and 41. RGB value is (199,48,65). Sum of RGB (Red+Green+Blue) = 199+48+65=312 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.78% from 312); Green value is 48 (19.14% from 255 or 15.38% from 312); Blue value is 65 (25.78% from 255 or 20.83% from 312); Max value from RGB is 199 - color contains mainly: red. Hex color #C73041 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73041 is #38CFBE. Grayscale: #5F5F5F. Windows color (decimal): -3723199 or 4272327. OLE color: 4272327.

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

Color convert

RGB 199 48 65 -
CMYK 0 0.76 0.67 0.22
HSL 353.25º 0.61% 0.48% -
HSV(B) 353.25º 0.76% 0.78% -
XYZ 25.56 14.64 6.48 -
YUV 95.09 111.03 202.12 -
System Red Green Blue C M Y K H S L
Decimal 199 48 65 0 0.76 0.67 0.22 353.25 0.61 0.48
Hex C7 30 41 0 4C 43 16 161 3D 30
Octal 307 60 101 0 114 103 26 541 75 60
Binary 11000111 110000 1000001 0 1001100 1000011 10110 101100001 111101 110000

Color Harmonies of #C73041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73041

Black with #C73041

Text Example


Text Example

White with #C73041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73041; }

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

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

background-color css

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

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

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

border-color css

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

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

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