Html Css Color HEX #C92347 Brick Red

📋 copy color: '#C92347'

red 201 ◦ green 35 ◦ blue 71

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

Shades of Brick Red #C92347

Tints of Brick Red #C92347

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.4%

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

R = 65.47%
G = 11.4%
B = 23.13%

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

#C92347 (or 0xC92347) is known color: Brick Red. HEX triplet: C9, 23 and 47. RGB value is (201,35,71). Sum of RGB (Red+Green+Blue) = 201+35+71=307 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.47% from 307); Green value is 35 (14.06% from 255 or 11.40% from 307); Blue value is 71 (28.12% from 255 or 23.13% from 307); Max value from RGB is 201 - color contains mainly: red. Hex color #C92347 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92347 is #36DCB8. Grayscale: #585858. Windows color (decimal): -3595449 or 4662217. OLE color: 4662217.

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

Color convert

RGB 201 35 71 -
CMYK 0 0.83 0.65 0.21
HSL 346.99º 0.7% 0.46% -
HSV(B) 346.99º 0.83% 0.79% -
XYZ 25.83 14.07 7.32 -
YUV 88.74 118 208.07 -
System Red Green Blue C M Y K H S L
Decimal 201 35 71 0 0.83 0.65 0.21 346.99 0.7 0.46
Hex C9 23 47 0 53 41 15 15B 46 2E
Octal 311 43 107 0 123 101 25 533 106 56
Binary 11001001 100011 1000111 0 1010011 1000001 10101 101011011 1000110 101110

Color Harmonies of #C92347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92347

Black with #C92347

Text Example


Text Example

White with #C92347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92347; }

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

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

background-color css

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

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

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

border-color css

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

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

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