Html Css Color HEX #C74149 Brick Red

📋 copy color: '#C74149'

red 199 ◦ green 65 ◦ blue 73

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

Shades of Brick Red #C74149

Tints of Brick Red #C74149

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.29%

 BLUE value IS 73 (28.91% from 255) = 21.66%

R = 59.05%
G = 19.29%
B = 21.66%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#C74149 (or 0xC74149) is known color: Brick Red. HEX triplet: C7, 41 and 49. RGB value is (199,65,73). Sum of RGB (Red+Green+Blue) = 199+65+73=337 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.05% from 337); Green value is 65 (25.78% from 255 or 19.29% from 337); Blue value is 73 (28.91% from 255 or 21.66% from 337); Max value from RGB is 199 - color contains mainly: red. Hex color #C74149 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C74149 is #38BEB6. Grayscale: #6A6A6A. Windows color (decimal): -3718839 or 4800967. OLE color: 4800967.

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

Color convert

RGB 199 65 73 -
CMYK 0 0.67 0.63 0.22
HSL 356.42º 0.54% 0.52% -
HSV(B) 356.42º 0.67% 0.78% -
XYZ 26.65 16.4 8.07 -
YUV 105.98 109.39 194.35 -
System Red Green Blue C M Y K H S L
Decimal 199 65 73 0 0.67 0.63 0.22 356.42 0.54 0.52
Hex C7 41 49 0 43 3F 16 164 36 34
Octal 307 101 111 0 103 77 26 544 66 64
Binary 11000111 1000001 1001001 0 1000011 111111 10110 101100100 110110 110100

Color Harmonies of #C74149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74149

Black with #C74149

Text Example


Text Example

White with #C74149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74149; }

 p { color: rgb(199,65,73); }

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

background-color css

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

 a { background-color: rgb(199,65,73); }

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

border-color css

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

 span { border-color: rgb(199,65,73); }

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