Html Css Color HEX #C93947 Brick Red

📋 copy color: '#C93947'

red 201 ◦ green 57 ◦ blue 71

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

Shades of Brick Red #C93947

Tints of Brick Red #C93947

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.33%

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

R = 61.09%
G = 17.33%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.65

 K value IS 0.21

RGB Variations

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

Color information

#C93947 (or 0xC93947) is known color: Brick Red. HEX triplet: C9, 39 and 47. RGB value is (201,57,71). Sum of RGB (Red+Green+Blue) = 201+57+71=329 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.09% from 329); Green value is 57 (22.66% from 255 or 17.33% from 329); Blue value is 71 (28.12% from 255 or 21.58% from 329); Max value from RGB is 201 - color contains mainly: red. Hex color #C93947 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93947 is #36C6B8. Grayscale: #656565. Windows color (decimal): -3589817 or 4667849. OLE color: 4667849.

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

Color convert

RGB 201 57 71 -
CMYK 0 0.72 0.65 0.21
HSL 354.17º 0.57% 0.51% -
HSV(B) 354.17º 0.72% 0.79% -
XYZ 26.69 15.8 7.6 -
YUV 101.65 110.71 198.86 -
System Red Green Blue C M Y K H S L
Decimal 201 57 71 0 0.72 0.65 0.21 354.17 0.57 0.51
Hex C9 39 47 0 48 41 15 162 39 33
Octal 311 71 107 0 110 101 25 542 71 63
Binary 11001001 111001 1000111 0 1001000 1000001 10101 101100010 111001 110011

Color Harmonies of #C93947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93947

Black with #C93947

Text Example


Text Example

White with #C93947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93947; }

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

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

background-color css

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

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

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

border-color css

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

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

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