Html Css Color HEX #C92247 Brick Red

📋 copy color: '#C92247'

red 201 ◦ green 34 ◦ blue 71

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

Shades of Brick Red #C92247

Tints of Brick Red #C92247

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.11%

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

R = 65.69%
G = 11.11%
B = 23.2%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.65

 K value IS 0.21

RGB Variations

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

Color information

#C92247 (or 0xC92247) is known color: Brick Red. HEX triplet: C9, 22 and 47. RGB value is (201,34,71). Sum of RGB (Red+Green+Blue) = 201+34+71=306 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.69% from 306); Green value is 34 (13.67% from 255 or 11.11% from 306); Blue value is 71 (28.12% from 255 or 23.20% from 306); Max value from RGB is 201 - color contains mainly: red. Hex color #C92247 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92247 is #36DDB8. Grayscale: #585858. Windows color (decimal): -3595705 or 4661961. OLE color: 4661961.

HSL color Cylindrical-coordinate representation of color #C92247: hue angle of 346.71º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C92247 is Cyan = 0, Magento = 0.83, Yellow = 0.65 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 34 71 -
CMYK 0 0.83 0.65 0.21
HSL 346.71º 0.71% 0.46% -
HSV(B) 346.71º 0.83% 0.79% -
XYZ 25.8 14.02 7.31 -
YUV 88.15 118.33 208.49 -
System Red Green Blue C M Y K H S L
Decimal 201 34 71 0 0.83 0.65 0.21 346.71 0.71 0.46
Hex C9 22 47 0 53 41 15 15B 47 2E
Octal 311 42 107 0 123 101 25 533 107 56
Binary 11001001 100010 1000111 0 1010011 1000001 10101 101011011 1000111 101110

Color Harmonies of #C92247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92247

Black with #C92247

Text Example


Text Example

White with #C92247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92247; }

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

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

background-color css

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

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

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

border-color css

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

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

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