Html Css Color HEX #C92549 Brick Red

📋 copy color: '#C92549'

red 201 ◦ green 37 ◦ blue 73

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

Shades of Brick Red #C92549

Tints of Brick Red #C92549

RGB

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

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

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

R = 64.63%
G = 11.9%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.64

 K value IS 0.21

RGB Variations

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

Color information

#C92549 (or 0xC92549) is known color: Brick Red. HEX triplet: C9, 25 and 49. RGB value is (201,37,73). Sum of RGB (Red+Green+Blue) = 201+37+73=311 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.63% from 311); Green value is 37 (14.84% from 255 or 11.90% from 311); Blue value is 73 (28.91% from 255 or 23.47% from 311); Max value from RGB is 201 - color contains mainly: red. Hex color #C92549 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92549 is #36DAB6. Grayscale: #5A5A5A. Windows color (decimal): -3594935 or 4793801. OLE color: 4793801.

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

Color convert

RGB 201 37 73 -
CMYK 0 0.82 0.64 0.21
HSL 346.83º 0.69% 0.47% -
HSV(B) 346.83º 0.82% 0.79% -
XYZ 25.95 14.22 7.68 -
YUV 90.14 118.33 207.07 -
System Red Green Blue C M Y K H S L
Decimal 201 37 73 0 0.82 0.64 0.21 346.83 0.69 0.47
Hex C9 25 49 0 52 40 15 15B 45 2F
Octal 311 45 111 0 122 100 25 533 105 57
Binary 11001001 100101 1001001 0 1010010 1000000 10101 101011011 1000101 101111

Color Harmonies of #C92549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92549

Black with #C92549

Text Example


Text Example

White with #C92549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92549; }

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

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

background-color css

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

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

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

border-color css

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

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

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