Html Css Color HEX #C93C49 Brick Red

📋 copy color: '#C93C49'

red 201 ◦ green 60 ◦ blue 73

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

Shades of Brick Red #C93C49

Tints of Brick Red #C93C49

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.96%

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

R = 60.18%
G = 17.96%
B = 21.86%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.64

 K value IS 0.21

RGB Variations

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

Color information

#C93C49 (or 0xC93C49) is known color: Brick Red. HEX triplet: C9, 3C and 49. RGB value is (201,60,73). Sum of RGB (Red+Green+Blue) = 201+60+73=334 (44% of max value = 765). Red value is 201 (78.91% from 255 or 60.18% from 334); Green value is 60 (23.83% from 255 or 17.96% from 334); Blue value is 73 (28.91% from 255 or 21.86% from 334); Max value from RGB is 201 - color contains mainly: red. Hex color #C93C49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93C49 is #36C3B6. Grayscale: #676767. Windows color (decimal): -3589047 or 4799689. OLE color: 4799689.

HSL color Cylindrical-coordinate representation of color #C93C49: hue angle of 354.47º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C93C49 is Cyan = 0, Magento = 0.70, Yellow = 0.64 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 60 73 -
CMYK 0 0.70 0.64 0.21
HSL 354.47º 0.57% 0.51% -
HSV(B) 354.47º 0.7% 0.79% -
XYZ 26.91 16.13 8 -
YUV 103.64 110.71 197.44 -
System Red Green Blue C M Y K H S L
Decimal 201 60 73 0 0.70 0.64 0.21 354.47 0.57 0.51
Hex C9 3C 49 0 46 40 15 162 39 33
Octal 311 74 111 0 106 100 25 542 71 63
Binary 11001001 111100 1001001 0 1000110 1000000 10101 101100010 111001 110011

Color Harmonies of #C93C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93C49

Black with #C93C49

Text Example


Text Example

White with #C93C49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93C49; }

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

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

background-color css

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

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

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

border-color css

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

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

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