Html Css Color HEX #C92749 Brick Red

📋 copy color: '#C92749'

red 201 ◦ green 39 ◦ blue 73

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

Shades of Brick Red #C92749

Tints of Brick Red #C92749

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.46%

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

R = 64.22%
G = 12.46%
B = 23.32%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.64

 K value IS 0.21

RGB Variations

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

Color information

#C92749 (or 0xC92749) is known color: Brick Red. HEX triplet: C9, 27 and 49. RGB value is (201,39,73). Sum of RGB (Red+Green+Blue) = 201+39+73=313 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.22% from 313); Green value is 39 (15.62% from 255 or 12.46% from 313); Blue value is 73 (28.91% from 255 or 23.32% from 313); Max value from RGB is 201 - color contains mainly: red. Hex color #C92749 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92749 is #36D8B6. Grayscale: #5B5B5B. Windows color (decimal): -3594423 or 4794313. OLE color: 4794313.

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

Color convert

RGB 201 39 73 -
CMYK 0 0.81 0.64 0.21
HSL 347.41º 0.68% 0.47% -
HSV(B) 347.41º 0.81% 0.79% -
XYZ 26.02 14.35 7.7 -
YUV 91.31 117.67 206.24 -
System Red Green Blue C M Y K H S L
Decimal 201 39 73 0 0.81 0.64 0.21 347.41 0.68 0.47
Hex C9 27 49 0 51 40 15 15B 44 2F
Octal 311 47 111 0 121 100 25 533 104 57
Binary 11001001 100111 1001001 0 1010001 1000000 10101 101011011 1000100 101111

Color Harmonies of #C92749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92749

Black with #C92749

Text Example


Text Example

White with #C92749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92749; }

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

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

background-color css

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

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

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

border-color css

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

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

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