Html Css Color HEX #C72541 Brick Red

📋 copy color: '#C72541'

red 199 ◦ green 37 ◦ blue 65

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

Shades of Brick Red #C72541

Tints of Brick Red #C72541

RGB

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

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

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

R = 66.11%
G = 12.29%
B = 21.59%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.67

 K value IS 0.22

RGB Variations

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

Color information

#C72541 (or 0xC72541) is known color: Brick Red. HEX triplet: C7, 25 and 41. RGB value is (199,37,65). Sum of RGB (Red+Green+Blue) = 199+37+65=301 (39% of max value = 765). Red value is 199 (78.12% from 255 or 66.11% from 301); Green value is 37 (14.84% from 255 or 12.29% from 301); Blue value is 65 (25.78% from 255 or 21.59% from 301); Max value from RGB is 199 - color contains mainly: red. Hex color #C72541 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C72541 is #38DABE. Grayscale: #585858. Windows color (decimal): -3726015 or 4269511. OLE color: 4269511.

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

Color convert

RGB 199 37 65 -
CMYK 0 0.81 0.67 0.22
HSL 349.63º 0.69% 0.46% -
HSV(B) 349.63º 0.81% 0.78% -
XYZ 25.17 13.85 6.35 -
YUV 88.63 114.67 206.72 -
System Red Green Blue C M Y K H S L
Decimal 199 37 65 0 0.81 0.67 0.22 349.63 0.69 0.46
Hex C7 25 41 0 51 43 16 15E 45 2E
Octal 307 45 101 0 121 103 26 536 105 56
Binary 11000111 100101 1000001 0 1010001 1000011 10110 101011110 1000101 101110

Color Harmonies of #C72541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72541

Black with #C72541

Text Example


Text Example

White with #C72541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72541; }

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

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

background-color css

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

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

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

border-color css

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

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

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