Html Css Color HEX #C93749 Brick Red

📋 copy color: '#C93749'

red 201 ◦ green 55 ◦ blue 73

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

Shades of Brick Red #C93749

Tints of Brick Red #C93749

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.72%

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

R = 61.09%
G = 16.72%
B = 22.19%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.64

 K value IS 0.21

RGB Variations

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

Color information

#C93749 (or 0xC93749) is known color: Brick Red. HEX triplet: C9, 37 and 49. RGB value is (201,55,73). Sum of RGB (Red+Green+Blue) = 201+55+73=329 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.09% from 329); Green value is 55 (21.88% from 255 or 16.72% from 329); Blue value is 73 (28.91% from 255 or 22.19% from 329); Max value from RGB is 201 - color contains mainly: red. Hex color #C93749 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93749 is #36C8B6. Grayscale: #646464. Windows color (decimal): -3590327 or 4798409. OLE color: 4798409.

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

Color convert

RGB 201 55 73 -
CMYK 0 0.73 0.64 0.21
HSL 352.6º 0.57% 0.5% -
HSV(B) 352.6º 0.73% 0.79% -
XYZ 26.66 15.63 7.92 -
YUV 100.71 112.37 199.54 -
System Red Green Blue C M Y K H S L
Decimal 201 55 73 0 0.73 0.64 0.21 352.6 0.57 0.5
Hex C9 37 49 0 49 40 15 161 39 32
Octal 311 67 111 0 111 100 25 541 71 62
Binary 11001001 110111 1001001 0 1001001 1000000 10101 101100001 111001 110010

Color Harmonies of #C93749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93749

Black with #C93749

Text Example


Text Example

White with #C93749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93749; }

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

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

background-color css

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

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

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

border-color css

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

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

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