Html Css Color HEX #C72742 Brick Red

📋 copy color: '#C72742'

red 199 ◦ green 39 ◦ blue 66

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

Shades of Brick Red #C72742

Tints of Brick Red #C72742

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.83%

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

R = 65.46%
G = 12.83%
B = 21.71%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.67

 K value IS 0.22

RGB Variations

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

Color information

#C72742 (or 0xC72742) is known color: Brick Red. HEX triplet: C7, 27 and 42. RGB value is (199,39,66). Sum of RGB (Red+Green+Blue) = 199+39+66=304 (40% of max value = 765). Red value is 199 (78.12% from 255 or 65.46% from 304); Green value is 39 (15.62% from 255 or 12.83% from 304); Blue value is 66 (26.17% from 255 or 21.71% from 304); Max value from RGB is 199 - color contains mainly: red. Hex color #C72742 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C72742 is #38D8BD. Grayscale: #595959. Windows color (decimal): -3725502 or 4335559. OLE color: 4335559.

HSL color Cylindrical-coordinate representation of color #C72742: hue angle of 349.88º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C72742 is Cyan = 0, Magento = 0.80, Yellow = 0.67 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 39 66 -
CMYK 0 0.80 0.67 0.22
HSL 349.88º 0.67% 0.47% -
HSV(B) 349.88º 0.8% 0.78% -
XYZ 25.26 13.99 6.52 -
YUV 89.92 114.51 205.8 -
System Red Green Blue C M Y K H S L
Decimal 199 39 66 0 0.80 0.67 0.22 349.88 0.67 0.47
Hex C7 27 42 0 50 43 16 15E 43 2F
Octal 307 47 102 0 120 103 26 536 103 57
Binary 11000111 100111 1000010 0 1010000 1000011 10110 101011110 1000011 101111

Color Harmonies of #C72742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72742

Black with #C72742

Text Example


Text Example

White with #C72742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72742; }

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

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

background-color css

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

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

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

border-color css

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

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

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