Html Css Color HEX #C93746 Brick Red

📋 copy color: '#C93746'

red 201 ◦ green 55 ◦ blue 70

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

Shades of Brick Red #C93746

Tints of Brick Red #C93746

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 21.47%

R = 61.66%
G = 16.87%
B = 21.47%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.65

 K value IS 0.21

RGB Variations

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

Color information

#C93746 (or 0xC93746) is known color: Brick Red. HEX triplet: C9, 37 and 46. RGB value is (201,55,70). Sum of RGB (Red+Green+Blue) = 201+55+70=326 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.66% from 326); Green value is 55 (21.88% from 255 or 16.87% from 326); Blue value is 70 (27.73% from 255 or 21.47% from 326); Max value from RGB is 201 - color contains mainly: red. Hex color #C93746 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93746 is #36C8B9. Grayscale: #646464. Windows color (decimal): -3590330 or 4601801. OLE color: 4601801.

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

Color convert

RGB 201 55 70 -
CMYK 0 0.73 0.65 0.21
HSL 353.84º 0.57% 0.5% -
HSV(B) 353.84º 0.73% 0.79% -
XYZ 26.56 15.59 7.4 -
YUV 100.36 110.87 199.78 -
System Red Green Blue C M Y K H S L
Decimal 201 55 70 0 0.73 0.65 0.21 353.84 0.57 0.5
Hex C9 37 46 0 49 41 15 162 39 32
Octal 311 67 106 0 111 101 25 542 71 62
Binary 11001001 110111 1000110 0 1001001 1000001 10101 101100010 111001 110010

Color Harmonies of #C93746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93746

Black with #C93746

Text Example


Text Example

White with #C93746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93746; }

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

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

background-color css

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

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

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

border-color css

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

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

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