Html Css Color HEX #C72642 Brick Red

📋 copy color: '#C72642'

red 199 ◦ green 38 ◦ blue 66

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

Shades of Brick Red #C72642

Tints of Brick Red #C72642

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 21.78%

R = 65.68%
G = 12.54%
B = 21.78%

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

#C72642 (or 0xC72642) is known color: Brick Red. HEX triplet: C7, 26 and 42. RGB value is (199,38,66). Sum of RGB (Red+Green+Blue) = 199+38+66=303 (40% of max value = 765). Red value is 199 (78.12% from 255 or 65.68% from 303); Green value is 38 (15.23% from 255 or 12.54% from 303); Blue value is 66 (26.17% from 255 or 21.78% from 303); Max value from RGB is 199 - color contains mainly: red. Hex color #C72642 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C72642 is #38D9BD. Grayscale: #595959. Windows color (decimal): -3725758 or 4335303. OLE color: 4335303.

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

Color convert

RGB 199 38 66 -
CMYK 0 0.81 0.67 0.22
HSL 349.57º 0.68% 0.46% -
HSV(B) 349.57º 0.81% 0.78% -
XYZ 25.23 13.92 6.51 -
YUV 89.33 114.84 206.22 -
System Red Green Blue C M Y K H S L
Decimal 199 38 66 0 0.81 0.67 0.22 349.57 0.68 0.46
Hex C7 26 42 0 51 43 16 15E 44 2E
Octal 307 46 102 0 121 103 26 536 104 56
Binary 11000111 100110 1000010 0 1010001 1000011 10110 101011110 1000100 101110

Color Harmonies of #C72642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72642

Black with #C72642

Text Example


Text Example

White with #C72642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72642; }

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

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

background-color css

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

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

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

border-color css

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

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

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