Html Css Color HEX #C72542 Brick Red

📋 copy color: '#C72542'

red 199 ◦ green 37 ◦ blue 66

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

Shades of Brick Red #C72542

Tints of Brick Red #C72542

RGB

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

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

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

R = 65.89%
G = 12.25%
B = 21.85%

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

#C72542 (or 0xC72542) is known color: Brick Red. HEX triplet: C7, 25 and 42. RGB value is (199,37,66). Sum of RGB (Red+Green+Blue) = 199+37+66=302 (40% of max value = 765). Red value is 199 (78.12% from 255 or 65.89% from 302); Green value is 37 (14.84% from 255 or 12.25% from 302); Blue value is 66 (26.17% from 255 or 21.85% from 302); Max value from RGB is 199 - color contains mainly: red. Hex color #C72542 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C72542 is #38DABD. Grayscale: #585858. Windows color (decimal): -3726014 or 4335047. OLE color: 4335047.

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

Color convert

RGB 199 37 66 -
CMYK 0 0.81 0.67 0.22
HSL 349.26º 0.69% 0.46% -
HSV(B) 349.26º 0.81% 0.78% -
XYZ 25.2 13.86 6.5 -
YUV 88.74 115.17 206.64 -
System Red Green Blue C M Y K H S L
Decimal 199 37 66 0 0.81 0.67 0.22 349.26 0.69 0.46
Hex C7 25 42 0 51 43 16 15D 45 2E
Octal 307 45 102 0 121 103 26 535 105 56
Binary 11000111 100101 1000010 0 1010001 1000011 10110 101011101 1000101 101110

Color Harmonies of #C72542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72542

Black with #C72542

Text Example


Text Example

White with #C72542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72542; }

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

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

background-color css

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

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

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

border-color css

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

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

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