Html Css Color HEX #C94047 Brick Red

📋 copy color: '#C94047'

red 201 ◦ green 64 ◦ blue 71

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

Shades of Brick Red #C94047

Tints of Brick Red #C94047

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.05%

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

R = 59.82%
G = 19.05%
B = 21.13%

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

#C94047 (or 0xC94047) is known color: Brick Red. HEX triplet: C9, 40 and 47. RGB value is (201,64,71). Sum of RGB (Red+Green+Blue) = 201+64+71=336 (44% of max value = 765). Red value is 201 (78.91% from 255 or 59.82% from 336); Green value is 64 (25.39% from 255 or 19.05% from 336); Blue value is 71 (28.12% from 255 or 21.13% from 336); Max value from RGB is 201 - color contains mainly: red. Hex color #C94047 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C94047 is #36BFB8. Grayscale: #696969. Windows color (decimal): -3588025 or 4669641. OLE color: 4669641.

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

Color convert

RGB 201 64 71 -
CMYK 0 0.68 0.65 0.21
HSL 356.93º 0.56% 0.52% -
HSV(B) 356.93º 0.68% 0.79% -
XYZ 27.06 16.54 7.73 -
YUV 105.76 108.39 195.93 -
System Red Green Blue C M Y K H S L
Decimal 201 64 71 0 0.68 0.65 0.21 356.93 0.56 0.52
Hex C9 40 47 0 44 41 15 165 38 34
Octal 311 100 107 0 104 101 25 545 70 64
Binary 11001001 1000000 1000111 0 1000100 1000001 10101 101100101 111000 110100

Color Harmonies of #C94047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94047

Black with #C94047

Text Example


Text Example

White with #C94047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94047; }

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

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

background-color css

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

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

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

border-color css

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

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

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