Html Css Color HEX #C94147 Brick Red

📋 copy color: '#C94147'

red 201 ◦ green 65 ◦ blue 71

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

Shades of Brick Red #C94147

Tints of Brick Red #C94147

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 21.07%

R = 59.64%
G = 19.29%
B = 21.07%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.65

 K value IS 0.21

RGB Variations

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

Color information

#C94147 (or 0xC94147) is known color: Brick Red. HEX triplet: C9, 41 and 47. RGB value is (201,65,71). Sum of RGB (Red+Green+Blue) = 201+65+71=337 (44% of max value = 765). Red value is 201 (78.91% from 255 or 59.64% from 337); Green value is 65 (25.78% from 255 or 19.29% from 337); Blue value is 71 (28.12% from 255 or 21.07% from 337); Max value from RGB is 201 - color contains mainly: red. Hex color #C94147 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C94147 is #36BEB8. Grayscale: #6A6A6A. Windows color (decimal): -3587769 or 4669897. OLE color: 4669897.

HSL color Cylindrical-coordinate representation of color #C94147: hue angle of 357.35º 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 #C94147 is Cyan = 0, Magento = 0.68, Yellow = 0.65 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 65 71 -
CMYK 0 0.68 0.65 0.21
HSL 357.35º 0.56% 0.52% -
HSV(B) 357.35º 0.68% 0.79% -
XYZ 27.12 16.65 7.75 -
YUV 106.35 108.06 195.51 -
System Red Green Blue C M Y K H S L
Decimal 201 65 71 0 0.68 0.65 0.21 357.35 0.56 0.52
Hex C9 41 47 0 44 41 15 165 38 34
Octal 311 101 107 0 104 101 25 545 70 64
Binary 11001001 1000001 1000111 0 1000100 1000001 10101 101100101 111000 110100

Color Harmonies of #C94147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94147

Black with #C94147

Text Example


Text Example

White with #C94147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94147; }

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

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

background-color css

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

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

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

border-color css

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

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

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