Html Css Color HEX #C92844 Brick Red

📋 copy color: '#C92844'

red 201 ◦ green 40 ◦ blue 68

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

Shades of Brick Red #C92844

Tints of Brick Red #C92844

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.94%

 BLUE value IS 68 (26.95% from 255) = 22.01%

R = 65.05%
G = 12.94%
B = 22.01%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.66

 K value IS 0.21

RGB Variations

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

Color information

#C92844 (or 0xC92844) is known color: Brick Red. HEX triplet: C9, 28 and 44. RGB value is (201,40,68). Sum of RGB (Red+Green+Blue) = 201+40+68=309 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.05% from 309); Green value is 40 (16.02% from 255 or 12.94% from 309); Blue value is 68 (26.95% from 255 or 22.01% from 309); Max value from RGB is 201 - color contains mainly: red. Hex color #C92844 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92844 is #36D7BB. Grayscale: #5B5B5B. Windows color (decimal): -3594172 or 4466889. OLE color: 4466889.

HSL color Cylindrical-coordinate representation of color #C92844: hue angle of 349.57º degrees, saturation: 0.67, 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 #C92844 is Cyan = 0, Magento = 0.80, Yellow = 0.66 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 40 68 -
CMYK 0 0.80 0.66 0.21
HSL 349.57º 0.67% 0.47% -
HSV(B) 349.57º 0.8% 0.79% -
XYZ 25.89 14.35 6.87 -
YUV 91.33 114.84 206.22 -
System Red Green Blue C M Y K H S L
Decimal 201 40 68 0 0.80 0.66 0.21 349.57 0.67 0.47
Hex C9 28 44 0 50 42 15 15E 43 2F
Octal 311 50 104 0 120 102 25 536 103 57
Binary 11001001 101000 1000100 0 1010000 1000010 10101 101011110 1000011 101111

Color Harmonies of #C92844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92844

Black with #C92844

Text Example


Text Example

White with #C92844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92844; }

 p { color: rgb(201,40,68); }

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

background-color css

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

 a { background-color: rgb(201,40,68); }

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

border-color css

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

 span { border-color: rgb(201,40,68); }

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