Html Css Color HEX #C72E45 Brick Red

📋 copy color: '#C72E45'

red 199 ◦ green 46 ◦ blue 69

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

Shades of Brick Red #C72E45

Tints of Brick Red #C72E45

RGB

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

 GREEN value IS 46 (18.36% from 255) = 14.65%

 BLUE value IS 69 (27.34% from 255) = 21.97%

R = 63.38%
G = 14.65%
B = 21.97%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.65

 K value IS 0.22

RGB Variations

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

Color information

#C72E45 (or 0xC72E45) is known color: Brick Red. HEX triplet: C7, 2E and 45. RGB value is (199,46,69). Sum of RGB (Red+Green+Blue) = 199+46+69=314 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.38% from 314); Green value is 46 (18.36% from 255 or 14.65% from 314); Blue value is 69 (27.34% from 255 or 21.97% from 314); Max value from RGB is 199 - color contains mainly: red. Hex color #C72E45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C72E45 is #38D1BA. Grayscale: #5E5E5E. Windows color (decimal): -3723707 or 4533959. OLE color: 4533959.

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

Color convert

RGB 199 46 69 -
CMYK 0 0.77 0.65 0.22
HSL 350.98º 0.62% 0.48% -
HSV(B) 350.98º 0.77% 0.78% -
XYZ 25.6 14.53 7.08 -
YUV 94.37 113.69 202.63 -
System Red Green Blue C M Y K H S L
Decimal 199 46 69 0 0.77 0.65 0.22 350.98 0.62 0.48
Hex C7 2E 45 0 4D 41 16 15F 3E 30
Octal 307 56 105 0 115 101 26 537 76 60
Binary 11000111 101110 1000101 0 1001101 1000001 10110 101011111 111110 110000

Color Harmonies of #C72E45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72E45

Black with #C72E45

Text Example


Text Example

White with #C72E45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72E45; }

 p { color: rgb(199,46,69); }

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

background-color css

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

 a { background-color: rgb(199,46,69); }

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

border-color css

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

 span { border-color: rgb(199,46,69); }

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