Html Css Color HEX #C72640 Brick Red

📋 copy color: '#C72640'

red 199 ◦ green 38 ◦ blue 64

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

Shades of Brick Red #C72640

Tints of Brick Red #C72640

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.62%

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

R = 66.11%
G = 12.62%
B = 21.26%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C72640 (or 0xC72640) is known color: Brick Red. HEX triplet: C7, 26 and 40. RGB value is (199,38,64). Sum of RGB (Red+Green+Blue) = 199+38+64=301 (39% of max value = 765). Red value is 199 (78.12% from 255 or 66.11% from 301); Green value is 38 (15.23% from 255 or 12.62% from 301); Blue value is 64 (25.39% from 255 or 21.26% from 301); Max value from RGB is 199 - color contains mainly: red. Hex color #C72640 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C72640 is #38D9BF. Grayscale: #595959. Windows color (decimal): -3725760 or 4204231. OLE color: 4204231.

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

Color convert

RGB 199 38 64 -
CMYK 0 0.81 0.68 0.22
HSL 350.31º 0.68% 0.46% -
HSV(B) 350.31º 0.81% 0.78% -
XYZ 25.17 13.9 6.21 -
YUV 89.1 113.84 206.39 -
System Red Green Blue C M Y K H S L
Decimal 199 38 64 0 0.81 0.68 0.22 350.31 0.68 0.46
Hex C7 26 40 0 51 44 16 15E 44 2E
Octal 307 46 100 0 121 104 26 536 104 56
Binary 11000111 100110 1000000 0 1010001 1000100 10110 101011110 1000100 101110

Color Harmonies of #C72640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72640

Black with #C72640

Text Example


Text Example

White with #C72640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72640; }

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

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

background-color css

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

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

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

border-color css

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

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

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