Html Css Color HEX #C73240 Brick Red

📋 copy color: '#C73240'

red 199 ◦ green 50 ◦ blue 64

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

Shades of Brick Red #C73240

Tints of Brick Red #C73240

RGB

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

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

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

R = 63.58%
G = 15.97%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C73240 (or 0xC73240) is known color: Brick Red. HEX triplet: C7, 32 and 40. RGB value is (199,50,64). Sum of RGB (Red+Green+Blue) = 199+50+64=313 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.58% from 313); Green value is 50 (19.92% from 255 or 15.97% from 313); Blue value is 64 (25.39% from 255 or 20.45% from 313); Max value from RGB is 199 - color contains mainly: red. Hex color #C73240 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73240 is #38CDBF. Grayscale: #606060. Windows color (decimal): -3722688 or 4207303. OLE color: 4207303.

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

Color convert

RGB 199 50 64 -
CMYK 0 0.75 0.68 0.22
HSL 354.36º 0.6% 0.49% -
HSV(B) 354.36º 0.75% 0.78% -
XYZ 25.62 14.79 6.36 -
YUV 96.15 109.86 201.36 -
System Red Green Blue C M Y K H S L
Decimal 199 50 64 0 0.75 0.68 0.22 354.36 0.6 0.49
Hex C7 32 40 0 4B 44 16 162 3C 31
Octal 307 62 100 0 113 104 26 542 74 61
Binary 11000111 110010 1000000 0 1001011 1000100 10110 101100010 111100 110001

Color Harmonies of #C73240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73240

Black with #C73240

Text Example


Text Example

White with #C73240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73240; }

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

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

background-color css

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

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

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

border-color css

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

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

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