Html Css Color HEX #C72641 Brick Red

📋 copy color: '#C72641'

red 199 ◦ green 38 ◦ blue 65

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

Shades of Brick Red #C72641

Tints of Brick Red #C72641

RGB

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

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

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

R = 65.89%
G = 12.58%
B = 21.52%

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

#C72641 (or 0xC72641) is known color: Brick Red. HEX triplet: C7, 26 and 41. RGB value is (199,38,65). Sum of RGB (Red+Green+Blue) = 199+38+65=302 (40% of max value = 765). Red value is 199 (78.12% from 255 or 65.89% from 302); Green value is 38 (15.23% from 255 or 12.58% from 302); Blue value is 65 (25.78% from 255 or 21.52% from 302); Max value from RGB is 199 - color contains mainly: red. Hex color #C72641 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C72641 is #38D9BE. Grayscale: #595959. Windows color (decimal): -3725759 or 4269767. OLE color: 4269767.

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

Color convert

RGB 199 38 65 -
CMYK 0 0.81 0.67 0.22
HSL 349.94º 0.68% 0.46% -
HSV(B) 349.94º 0.81% 0.78% -
XYZ 25.2 13.91 6.36 -
YUV 89.22 114.34 206.3 -
System Red Green Blue C M Y K H S L
Decimal 199 38 65 0 0.81 0.67 0.22 349.94 0.68 0.46
Hex C7 26 41 0 51 43 16 15E 44 2E
Octal 307 46 101 0 121 103 26 536 104 56
Binary 11000111 100110 1000001 0 1010001 1000011 10110 101011110 1000100 101110

Color Harmonies of #C72641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72641

Black with #C72641

Text Example


Text Example

White with #C72641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72641; }

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

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

background-color css

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

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

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

border-color css

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

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

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