Html Css Color HEX #C93E47 Brick Red

📋 copy color: '#C93E47'

red 201 ◦ green 62 ◦ blue 71

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

Shades of Brick Red #C93E47

Tints of Brick Red #C93E47

RGB

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

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

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

R = 60.18%
G = 18.56%
B = 21.26%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.65

 K value IS 0.21

RGB Variations

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

Color information

#C93E47 (or 0xC93E47) is known color: Brick Red. HEX triplet: C9, 3E and 47. RGB value is (201,62,71). Sum of RGB (Red+Green+Blue) = 201+62+71=334 (44% of max value = 765). Red value is 201 (78.91% from 255 or 60.18% from 334); Green value is 62 (24.61% from 255 or 18.56% from 334); Blue value is 71 (28.12% from 255 or 21.26% from 334); Max value from RGB is 201 - color contains mainly: red. Hex color #C93E47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93E47 is #36C1B8. Grayscale: #686868. Windows color (decimal): -3588537 or 4669129. OLE color: 4669129.

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

Color convert

RGB 201 62 71 -
CMYK 0 0.69 0.65 0.21
HSL 356.12º 0.56% 0.52% -
HSV(B) 356.12º 0.69% 0.79% -
XYZ 26.95 16.32 7.69 -
YUV 104.59 109.05 196.77 -
System Red Green Blue C M Y K H S L
Decimal 201 62 71 0 0.69 0.65 0.21 356.12 0.56 0.52
Hex C9 3E 47 0 45 41 15 164 38 34
Octal 311 76 107 0 105 101 25 544 70 64
Binary 11001001 111110 1000111 0 1000101 1000001 10101 101100100 111000 110100

Color Harmonies of #C93E47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93E47

Black with #C93E47

Text Example


Text Example

White with #C93E47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93E47; }

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

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

background-color css

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

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

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

border-color css

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

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

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