Html Css Color HEX #C92641 Brick Red

📋 copy color: '#C92641'

red 201 ◦ green 38 ◦ blue 65

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

Shades of Brick Red #C92641

Tints of Brick Red #C92641

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 21.38%

R = 66.12%
G = 12.5%
B = 21.38%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#C92641 (or 0xC92641) is known color: Brick Red. HEX triplet: C9, 26 and 41. RGB value is (201,38,65). Sum of RGB (Red+Green+Blue) = 201+38+65=304 (40% of max value = 765). Red value is 201 (78.91% from 255 or 66.12% from 304); Green value is 38 (15.23% from 255 or 12.5% from 304); Blue value is 65 (25.78% from 255 or 21.38% from 304); Max value from RGB is 201 - color contains mainly: red. Hex color #C92641 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92641 is #36D9BE. Grayscale: #595959. Windows color (decimal): -3594687 or 4269769. OLE color: 4269769.

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

Color convert

RGB 201 38 65 -
CMYK 0 0.81 0.68 0.21
HSL 350.06º 0.68% 0.47% -
HSV(B) 350.06º 0.81% 0.79% -
XYZ 25.73 14.19 6.38 -
YUV 89.82 114 207.3 -
System Red Green Blue C M Y K H S L
Decimal 201 38 65 0 0.81 0.68 0.21 350.06 0.68 0.47
Hex C9 26 41 0 51 44 15 15E 44 2F
Octal 311 46 101 0 121 104 25 536 104 57
Binary 11001001 100110 1000001 0 1010001 1000100 10101 101011110 1000100 101111

Color Harmonies of #C92641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92641

Black with #C92641

Text Example


Text Example

White with #C92641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92641; }

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

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

background-color css

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

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

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

border-color css

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

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

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