Html Css Color HEX #C94149 Brick Red

📋 copy color: '#C94149'

red 201 ◦ green 65 ◦ blue 73

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

Shades of Brick Red #C94149

Tints of Brick Red #C94149

RGB

 RED value IS 201 (78.91% from 255) = 59.29%

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

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

R = 59.29%
G = 19.17%
B = 21.53%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.64

 K value IS 0.21

RGB Variations

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

Color information

#C94149 (or 0xC94149) is known color: Brick Red. HEX triplet: C9, 41 and 49. RGB value is (201,65,73). Sum of RGB (Red+Green+Blue) = 201+65+73=339 (44% of max value = 765). Red value is 201 (78.91% from 255 or 59.29% from 339); Green value is 65 (25.78% from 255 or 19.17% from 339); Blue value is 73 (28.91% from 255 or 21.53% from 339); Max value from RGB is 201 - color contains mainly: red. Hex color #C94149 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C94149 is #36BEB6. Grayscale: #6A6A6A. Windows color (decimal): -3587767 or 4800969. OLE color: 4800969.

HSL color Cylindrical-coordinate representation of color #C94149: hue angle of 356.47º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C94149 is Cyan = 0, Magento = 0.68, Yellow = 0.64 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 65 73 -
CMYK 0 0.68 0.64 0.21
HSL 356.47º 0.56% 0.52% -
HSV(B) 356.47º 0.68% 0.79% -
XYZ 27.18 16.68 8.09 -
YUV 106.58 109.06 195.35 -
System Red Green Blue C M Y K H S L
Decimal 201 65 73 0 0.68 0.64 0.21 356.47 0.56 0.52
Hex C9 41 49 0 44 40 15 164 38 34
Octal 311 101 111 0 104 100 25 544 70 64
Binary 11001001 1000001 1001001 0 1000100 1000000 10101 101100100 111000 110100

Color Harmonies of #C94149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94149

Black with #C94149

Text Example


Text Example

White with #C94149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94149; }

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

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

background-color css

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

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

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

border-color css

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

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

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