Html Css Color HEX #C72345 Brick Red

📋 copy color: '#C72345'

red 199 ◦ green 35 ◦ blue 69

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

Shades of Brick Red #C72345

Tints of Brick Red #C72345

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.55%

 BLUE value IS 69 (27.34% from 255) = 22.77%

R = 65.68%
G = 11.55%
B = 22.77%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.65

 K value IS 0.22

RGB Variations

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

Color information

#C72345 (or 0xC72345) is known color: Brick Red. HEX triplet: C7, 23 and 45. RGB value is (199,35,69). Sum of RGB (Red+Green+Blue) = 199+35+69=303 (40% of max value = 765). Red value is 199 (78.12% from 255 or 65.68% from 303); Green value is 35 (14.06% from 255 or 11.55% from 303); Blue value is 69 (27.34% from 255 or 22.77% from 303); Max value from RGB is 199 - color contains mainly: red. Hex color #C72345 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C72345 is #38DCBA. Grayscale: #575757. Windows color (decimal): -3726523 or 4531143. OLE color: 4531143.

HSL color Cylindrical-coordinate representation of color #C72345: hue angle of 347.56º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C72345 is Cyan = 0, Magento = 0.82, Yellow = 0.65 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 35 69 -
CMYK 0 0.82 0.65 0.22
HSL 347.56º 0.7% 0.46% -
HSV(B) 347.56º 0.82% 0.78% -
XYZ 25.23 13.77 6.96 -
YUV 87.91 117.33 207.24 -
System Red Green Blue C M Y K H S L
Decimal 199 35 69 0 0.82 0.65 0.22 347.56 0.7 0.46
Hex C7 23 45 0 52 41 16 15C 46 2E
Octal 307 43 105 0 122 101 26 534 106 56
Binary 11000111 100011 1000101 0 1010010 1000001 10110 101011100 1000110 101110

Color Harmonies of #C72345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72345

Black with #C72345

Text Example


Text Example

White with #C72345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72345; }

 p { color: rgb(199,35,69); }

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

background-color css

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

 a { background-color: rgb(199,35,69); }

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

border-color css

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

 span { border-color: rgb(199,35,69); }

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