Html Css Color HEX #C92647 Brick Red

📋 copy color: '#C92647'

red 201 ◦ green 38 ◦ blue 71

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

Shades of Brick Red #C92647

Tints of Brick Red #C92647

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.26%

 BLUE value IS 71 (28.13% from 255) = 22.9%

R = 64.84%
G = 12.26%
B = 22.9%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.65

 K value IS 0.21

RGB Variations

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

Color information

#C92647 (or 0xC92647) is known color: Brick Red. HEX triplet: C9, 26 and 47. RGB value is (201,38,71). Sum of RGB (Red+Green+Blue) = 201+38+71=310 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.84% from 310); Green value is 38 (15.23% from 255 or 12.26% from 310); Blue value is 71 (28.12% from 255 or 22.90% from 310); Max value from RGB is 201 - color contains mainly: red. Hex color #C92647 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92647 is #36D9B8. Grayscale: #5A5A5A. Windows color (decimal): -3594681 or 4662985. OLE color: 4662985.

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

Color convert

RGB 201 38 71 -
CMYK 0 0.81 0.65 0.21
HSL 347.85º 0.68% 0.47% -
HSV(B) 347.85º 0.81% 0.79% -
XYZ 25.92 14.26 7.35 -
YUV 90.5 117 206.82 -
System Red Green Blue C M Y K H S L
Decimal 201 38 71 0 0.81 0.65 0.21 347.85 0.68 0.47
Hex C9 26 47 0 51 41 15 15C 44 2F
Octal 311 46 107 0 121 101 25 534 104 57
Binary 11001001 100110 1000111 0 1010001 1000001 10101 101011100 1000100 101111

Color Harmonies of #C92647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92647

Black with #C92647

Text Example


Text Example

White with #C92647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92647; }

 p { color: rgb(201,38,71); }

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

background-color css

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

 a { background-color: rgb(201,38,71); }

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

border-color css

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

 span { border-color: rgb(201,38,71); }

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