Html Css Color HEX #C93D4C Brick Red

📋 copy color: '#C93D4C'

red 201 ◦ green 61 ◦ blue 76

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

Shades of Brick Red #C93D4C

Tints of Brick Red #C93D4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 22.49%

R = 59.47%
G = 18.05%
B = 22.49%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.62

 K value IS 0.21

RGB Variations

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

Color information

#C93D4C (or 0xC93D4C) is known color: Brick Red. HEX triplet: C9, 3D and 4C. RGB value is (201,61,76). Sum of RGB (Red+Green+Blue) = 201+61+76=338 (44% of max value = 765). Red value is 201 (78.91% from 255 or 59.47% from 338); Green value is 61 (24.22% from 255 or 18.05% from 338); Blue value is 76 (30.08% from 255 or 22.49% from 338); Max value from RGB is 201 - color contains mainly: red. Hex color #C93D4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93D4C is #36C2B3. Grayscale: #686868. Windows color (decimal): -3588788 or 4996553. OLE color: 4996553.

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

Color convert

RGB 201 61 76 -
CMYK 0 0.70 0.62 0.21
HSL 353.57º 0.56% 0.51% -
HSV(B) 353.57º 0.7% 0.79% -
XYZ 27.06 16.28 8.55 -
YUV 104.57 111.88 196.78 -
System Red Green Blue C M Y K H S L
Decimal 201 61 76 0 0.70 0.62 0.21 353.57 0.56 0.51
Hex C9 3D 4C 0 46 3E 15 162 38 33
Octal 311 75 114 0 106 76 25 542 70 63
Binary 11001001 111101 1001100 0 1000110 111110 10101 101100010 111000 110011

Color Harmonies of #C93D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93D4C

Black with #C93D4C

Text Example


Text Example

White with #C93D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93D4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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