Html Css Color HEX #C93D47 Brick Red

📋 copy color: '#C93D47'

red 201 ◦ green 61 ◦ blue 71

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

Shades of Brick Red #C93D47

Tints of Brick Red #C93D47

RGB

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

 GREEN value IS 61 (24.22% from 255) = 18.32%

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

R = 60.36%
G = 18.32%
B = 21.32%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.65

 K value IS 0.21

RGB Variations

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

Color information

#C93D47 (or 0xC93D47) is known color: Brick Red. HEX triplet: C9, 3D and 47. RGB value is (201,61,71). Sum of RGB (Red+Green+Blue) = 201+61+71=333 (44% of max value = 765). Red value is 201 (78.91% from 255 or 60.36% from 333); Green value is 61 (24.22% from 255 or 18.32% from 333); Blue value is 71 (28.12% from 255 or 21.32% from 333); Max value from RGB is 201 - color contains mainly: red. Hex color #C93D47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93D47 is #36C2B8. Grayscale: #686868. Windows color (decimal): -3588793 or 4668873. OLE color: 4668873.

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

Color convert

RGB 201 61 71 -
CMYK 0 0.70 0.65 0.21
HSL 355.71º 0.56% 0.51% -
HSV(B) 355.71º 0.7% 0.79% -
XYZ 26.89 16.21 7.67 -
YUV 104 109.38 197.19 -
System Red Green Blue C M Y K H S L
Decimal 201 61 71 0 0.70 0.65 0.21 355.71 0.56 0.51
Hex C9 3D 47 0 46 41 15 164 38 33
Octal 311 75 107 0 106 101 25 544 70 63
Binary 11001001 111101 1000111 0 1000110 1000001 10101 101100100 111000 110011

Color Harmonies of #C93D47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93D47

Black with #C93D47

Text Example


Text Example

White with #C93D47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93D47; }

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

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

background-color css

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

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

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

border-color css

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

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

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