Html Css Color HEX #C92547 Brick Red

📋 copy color: '#C92547'

red 201 ◦ green 37 ◦ blue 71

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

Shades of Brick Red #C92547

Tints of Brick Red #C92547

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.97%

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

R = 65.05%
G = 11.97%
B = 22.98%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.65

 K value IS 0.21

RGB Variations

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

Color information

#C92547 (or 0xC92547) is known color: Brick Red. HEX triplet: C9, 25 and 47. RGB value is (201,37,71). Sum of RGB (Red+Green+Blue) = 201+37+71=309 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.05% from 309); Green value is 37 (14.84% from 255 or 11.97% from 309); Blue value is 71 (28.12% from 255 or 22.98% from 309); Max value from RGB is 201 - color contains mainly: red. Hex color #C92547 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92547 is #36DAB8. Grayscale: #595959. Windows color (decimal): -3594937 or 4662729. OLE color: 4662729.

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

Color convert

RGB 201 37 71 -
CMYK 0 0.82 0.65 0.21
HSL 347.56º 0.69% 0.47% -
HSV(B) 347.56º 0.82% 0.79% -
XYZ 25.89 14.2 7.34 -
YUV 89.91 117.33 207.24 -
System Red Green Blue C M Y K H S L
Decimal 201 37 71 0 0.82 0.65 0.21 347.56 0.69 0.47
Hex C9 25 47 0 52 41 15 15C 45 2F
Octal 311 45 107 0 122 101 25 534 105 57
Binary 11001001 100101 1000111 0 1010010 1000001 10101 101011100 1000101 101111

Color Harmonies of #C92547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92547

Black with #C92547

Text Example


Text Example

White with #C92547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92547; }

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

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

background-color css

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

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

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

border-color css

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

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

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