Html Css Color HEX #C93F49 Brick Red

📋 copy color: '#C93F49'

red 201 ◦ green 63 ◦ blue 73

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

Shades of Brick Red #C93F49

Tints of Brick Red #C93F49

RGB

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

 GREEN value IS 63 (25% from 255) = 18.69%

 BLUE value IS 73 (28.91% from 255) = 21.66%

R = 59.64%
G = 18.69%
B = 21.66%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.64

 K value IS 0.21

RGB Variations

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

Color information

#C93F49 (or 0xC93F49) is known color: Brick Red. HEX triplet: C9, 3F and 49. RGB value is (201,63,73). Sum of RGB (Red+Green+Blue) = 201+63+73=337 (44% of max value = 765). Red value is 201 (78.91% from 255 or 59.64% from 337); Green value is 63 (25% from 255 or 18.69% from 337); Blue value is 73 (28.91% from 255 or 21.66% from 337); Max value from RGB is 201 - color contains mainly: red. Hex color #C93F49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93F49 is #36C0B6. Grayscale: #696969. Windows color (decimal): -3588279 or 4800457. OLE color: 4800457.

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

Color convert

RGB 201 63 73 -
CMYK 0 0.69 0.64 0.21
HSL 355.65º 0.56% 0.52% -
HSV(B) 355.65º 0.69% 0.79% -
XYZ 27.07 16.45 8.05 -
YUV 105.4 109.72 196.19 -
System Red Green Blue C M Y K H S L
Decimal 201 63 73 0 0.69 0.64 0.21 355.65 0.56 0.52
Hex C9 3F 49 0 45 40 15 164 38 34
Octal 311 77 111 0 105 100 25 544 70 64
Binary 11001001 111111 1001001 0 1000101 1000000 10101 101100100 111000 110100

Color Harmonies of #C93F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93F49

Black with #C93F49

Text Example


Text Example

White with #C93F49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93F49; }

 p { color: rgb(201,63,73); }

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

background-color css

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

 a { background-color: rgb(201,63,73); }

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

border-color css

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

 span { border-color: rgb(201,63,73); }

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