Html Css Color HEX #C93E49 Brick Red

📋 copy color: '#C93E49'

red 201 ◦ green 62 ◦ blue 73

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

Shades of Brick Red #C93E49

Tints of Brick Red #C93E49

RGB

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

 GREEN value IS 62 (24.61% from 255) = 18.45%

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

R = 59.82%
G = 18.45%
B = 21.73%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.64

 K value IS 0.21

RGB Variations

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

Color information

#C93E49 (or 0xC93E49) is known color: Brick Red. HEX triplet: C9, 3E and 49. RGB value is (201,62,73). Sum of RGB (Red+Green+Blue) = 201+62+73=336 (44% of max value = 765). Red value is 201 (78.91% from 255 or 59.82% from 336); Green value is 62 (24.61% from 255 or 18.45% from 336); Blue value is 73 (28.91% from 255 or 21.73% from 336); Max value from RGB is 201 - color contains mainly: red. Hex color #C93E49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93E49 is #36C1B6. Grayscale: #686868. Windows color (decimal): -3588535 or 4800201. OLE color: 4800201.

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

Color convert

RGB 201 62 73 -
CMYK 0 0.69 0.64 0.21
HSL 355.25º 0.56% 0.52% -
HSV(B) 355.25º 0.69% 0.79% -
XYZ 27.01 16.34 8.03 -
YUV 104.82 110.05 196.61 -
System Red Green Blue C M Y K H S L
Decimal 201 62 73 0 0.69 0.64 0.21 355.25 0.56 0.52
Hex C9 3E 49 0 45 40 15 163 38 34
Octal 311 76 111 0 105 100 25 543 70 64
Binary 11001001 111110 1001001 0 1000101 1000000 10101 101100011 111000 110100

Color Harmonies of #C93E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93E49

Black with #C93E49

Text Example


Text Example

White with #C93E49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93E49; }

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

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

background-color css

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

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

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

border-color css

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

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

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