Html Css Color HEX #C93F47 Brick Red

📋 copy color: '#C93F47'

red 201 ◦ green 63 ◦ blue 71

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

Shades of Brick Red #C93F47

Tints of Brick Red #C93F47

RGB

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

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

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

R = 60%
G = 18.81%
B = 21.19%

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

#C93F47 (or 0xC93F47) is known color: Brick Red. HEX triplet: C9, 3F and 47. RGB value is (201,63,71). Sum of RGB (Red+Green+Blue) = 201+63+71=335 (44% of max value = 765). Red value is 201 (78.91% from 255 or 60% from 335); Green value is 63 (25% from 255 or 18.81% from 335); Blue value is 71 (28.12% from 255 or 21.19% from 335); Max value from RGB is 201 - color contains mainly: red. Hex color #C93F47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93F47 is #36C0B8. Grayscale: #696969. Windows color (decimal): -3588281 or 4669385. OLE color: 4669385.

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

Color convert

RGB 201 63 71 -
CMYK 0 0.69 0.65 0.21
HSL 356.52º 0.56% 0.52% -
HSV(B) 356.52º 0.69% 0.79% -
XYZ 27 16.43 7.71 -
YUV 105.17 108.72 196.35 -
System Red Green Blue C M Y K H S L
Decimal 201 63 71 0 0.69 0.65 0.21 356.52 0.56 0.52
Hex C9 3F 47 0 45 41 15 165 38 34
Octal 311 77 107 0 105 101 25 545 70 64
Binary 11001001 111111 1000111 0 1000101 1000001 10101 101100101 111000 110100

Color Harmonies of #C93F47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93F47

Black with #C93F47

Text Example


Text Example

White with #C93F47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93F47; }

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

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

background-color css

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

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

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

border-color css

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

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

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