Html Css Color HEX #C93547 Brick Red

📋 copy color: '#C93547'

red 201 ◦ green 53 ◦ blue 71

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

Shades of Brick Red #C93547

Tints of Brick Red #C93547

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.31%

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

R = 61.85%
G = 16.31%
B = 21.85%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.65

 K value IS 0.21

RGB Variations

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

Color information

#C93547 (or 0xC93547) is known color: Brick Red. HEX triplet: C9, 35 and 47. RGB value is (201,53,71). Sum of RGB (Red+Green+Blue) = 201+53+71=325 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.85% from 325); Green value is 53 (21.09% from 255 or 16.31% from 325); Blue value is 71 (28.12% from 255 or 21.85% from 325); Max value from RGB is 201 - color contains mainly: red. Hex color #C93547 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93547 is #36CAB8. Grayscale: #636363. Windows color (decimal): -3590841 or 4666825. OLE color: 4666825.

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

Color convert

RGB 201 53 71 -
CMYK 0 0.74 0.65 0.21
HSL 352.7º 0.58% 0.5% -
HSV(B) 352.7º 0.74% 0.79% -
XYZ 26.5 15.42 7.54 -
YUV 99.3 112.03 200.54 -
System Red Green Blue C M Y K H S L
Decimal 201 53 71 0 0.74 0.65 0.21 352.7 0.58 0.5
Hex C9 35 47 0 4A 41 15 161 3A 32
Octal 311 65 107 0 112 101 25 541 72 62
Binary 11001001 110101 1000111 0 1001010 1000001 10101 101100001 111010 110010

Color Harmonies of #C93547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93547

Black with #C93547

Text Example


Text Example

White with #C93547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93547; }

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

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

background-color css

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

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

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

border-color css

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

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

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