Html Css Color HEX #C92E48 Brick Red

📋 copy color: '#C92E48'

red 201 ◦ green 46 ◦ blue 72

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

Shades of Brick Red #C92E48

Tints of Brick Red #C92E48

RGB

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

 GREEN value IS 46 (18.36% from 255) = 14.42%

 BLUE value IS 72 (28.52% from 255) = 22.57%

R = 63.01%
G = 14.42%
B = 22.57%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.64

 K value IS 0.21

RGB Variations

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

Color information

#C92E48 (or 0xC92E48) is known color: Brick Red. HEX triplet: C9, 2E and 48. RGB value is (201,46,72). Sum of RGB (Red+Green+Blue) = 201+46+72=319 (42% of max value = 765). Red value is 201 (78.91% from 255 or 63.01% from 319); Green value is 46 (18.36% from 255 or 14.42% from 319); Blue value is 72 (28.52% from 255 or 22.57% from 319); Max value from RGB is 201 - color contains mainly: red. Hex color #C92E48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92E48 is #36D1B7. Grayscale: #5F5F5F. Windows color (decimal): -3592632 or 4730569. OLE color: 4730569.

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

Color convert

RGB 201 46 72 -
CMYK 0 0.77 0.64 0.21
HSL 349.94º 0.63% 0.48% -
HSV(B) 349.94º 0.77% 0.79% -
XYZ 26.23 14.84 7.61 -
YUV 95.31 114.85 203.39 -
System Red Green Blue C M Y K H S L
Decimal 201 46 72 0 0.77 0.64 0.21 349.94 0.63 0.48
Hex C9 2E 48 0 4D 40 15 15E 3F 30
Octal 311 56 110 0 115 100 25 536 77 60
Binary 11001001 101110 1001000 0 1001101 1000000 10101 101011110 111111 110000

Color Harmonies of #C92E48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92E48

Black with #C92E48

Text Example


Text Example

White with #C92E48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92E48; }

 p { color: rgb(201,46,72); }

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

background-color css

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

 a { background-color: rgb(201,46,72); }

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

border-color css

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

 span { border-color: rgb(201,46,72); }

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