Html Css Color HEX #C72545 Brick Red

📋 copy color: '#C72545'

red 199 ◦ green 37 ◦ blue 69

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

Shades of Brick Red #C72545

Tints of Brick Red #C72545

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.13%

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

R = 65.25%
G = 12.13%
B = 22.62%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.65

 K value IS 0.22

RGB Variations

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

Color information

#C72545 (or 0xC72545) is known color: Brick Red. HEX triplet: C7, 25 and 45. RGB value is (199,37,69). Sum of RGB (Red+Green+Blue) = 199+37+69=305 (40% of max value = 765). Red value is 199 (78.12% from 255 or 65.25% from 305); Green value is 37 (14.84% from 255 or 12.13% from 305); Blue value is 69 (27.34% from 255 or 22.62% from 305); Max value from RGB is 199 - color contains mainly: red. Hex color #C72545 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C72545 is #38DABA. Grayscale: #595959. Windows color (decimal): -3726011 or 4531655. OLE color: 4531655.

HSL color Cylindrical-coordinate representation of color #C72545: hue angle of 348.15º degrees, saturation: 0.69, 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 #C72545 is Cyan = 0, Magento = 0.81, Yellow = 0.65 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 37 69 -
CMYK 0 0.81 0.65 0.22
HSL 348.15º 0.69% 0.46% -
HSV(B) 348.15º 0.81% 0.78% -
XYZ 25.29 13.89 6.98 -
YUV 89.09 116.67 206.4 -
System Red Green Blue C M Y K H S L
Decimal 199 37 69 0 0.81 0.65 0.22 348.15 0.69 0.46
Hex C7 25 45 0 51 41 16 15C 45 2E
Octal 307 45 105 0 121 101 26 534 105 56
Binary 11000111 100101 1000101 0 1010001 1000001 10110 101011100 1000101 101110

Color Harmonies of #C72545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72545

Black with #C72545

Text Example


Text Example

White with #C72545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72545; }

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

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

background-color css

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

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

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

border-color css

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

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

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