Html Css Color HEX #C92949 Brick Red

📋 copy color: '#C92949'

red 201 ◦ green 41 ◦ blue 73

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

Shades of Brick Red #C92949

Tints of Brick Red #C92949

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.02%

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

R = 63.81%
G = 13.02%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.64

 K value IS 0.21

RGB Variations

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

Color information

#C92949 (or 0xC92949) is known color: Brick Red. HEX triplet: C9, 29 and 49. RGB value is (201,41,73). Sum of RGB (Red+Green+Blue) = 201+41+73=315 (41% of max value = 765). Red value is 201 (78.91% from 255 or 63.81% from 315); Green value is 41 (16.41% from 255 or 13.02% from 315); Blue value is 73 (28.91% from 255 or 23.17% from 315); Max value from RGB is 201 - color contains mainly: red. Hex color #C92949 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92949 is #36D6B6. Grayscale: #5C5C5C. Windows color (decimal): -3593911 or 4794825. OLE color: 4794825.

HSL color Cylindrical-coordinate representation of color #C92949: hue angle of 348º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C92949 is Cyan = 0, Magento = 0.80, Yellow = 0.64 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 41 73 -
CMYK 0 0.80 0.64 0.21
HSL 348º 0.66% 0.47% -
HSV(B) 348º 0.8% 0.79% -
XYZ 26.08 14.48 7.72 -
YUV 92.49 117.01 205.4 -
System Red Green Blue C M Y K H S L
Decimal 201 41 73 0 0.80 0.64 0.21 348 0.66 0.47
Hex C9 29 49 0 50 40 15 15C 42 2F
Octal 311 51 111 0 120 100 25 534 102 57
Binary 11001001 101001 1001001 0 1010000 1000000 10101 101011100 1000010 101111

Color Harmonies of #C92949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92949

Black with #C92949

Text Example


Text Example

White with #C92949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92949; }

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

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

background-color css

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

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

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

border-color css

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

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

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