Html Css Color HEX #C73944 Brick Red

📋 copy color: '#C73944'

red 199 ◦ green 57 ◦ blue 68

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

Shades of Brick Red #C73944

Tints of Brick Red #C73944

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.59%

 BLUE value IS 68 (26.95% from 255) = 20.99%

R = 61.42%
G = 17.59%
B = 20.99%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.66

 K value IS 0.22

RGB Variations

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

Color information

#C73944 (or 0xC73944) is known color: Brick Red. HEX triplet: C7, 39 and 44. RGB value is (199,57,68). Sum of RGB (Red+Green+Blue) = 199+57+68=324 (42% of max value = 765). Red value is 199 (78.12% from 255 or 61.42% from 324); Green value is 57 (22.66% from 255 or 17.59% from 324); Blue value is 68 (26.95% from 255 or 20.99% from 324); Max value from RGB is 199 - color contains mainly: red. Hex color #C73944 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73944 is #38C6BB. Grayscale: #646464. Windows color (decimal): -3720892 or 4471239. OLE color: 4471239.

HSL color Cylindrical-coordinate representation of color #C73944: hue angle of 355.35º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C73944 is Cyan = 0, Magento = 0.71, Yellow = 0.66 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 57 68 -
CMYK 0 0.71 0.66 0.22
HSL 355.35º 0.56% 0.5% -
HSV(B) 355.35º 0.71% 0.78% -
XYZ 26.06 15.49 7.08 -
YUV 100.71 109.54 198.11 -
System Red Green Blue C M Y K H S L
Decimal 199 57 68 0 0.71 0.66 0.22 355.35 0.56 0.5
Hex C7 39 44 0 47 42 16 163 38 32
Octal 307 71 104 0 107 102 26 543 70 62
Binary 11000111 111001 1000100 0 1000111 1000010 10110 101100011 111000 110010

Color Harmonies of #C73944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73944

Black with #C73944

Text Example


Text Example

White with #C73944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73944; }

 p { color: rgb(199,57,68); }

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

background-color css

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

 a { background-color: rgb(199,57,68); }

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

border-color css

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

 span { border-color: rgb(199,57,68); }

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