Html Css Color HEX #C92643 Brick Red

📋 copy color: '#C92643'

red 201 ◦ green 38 ◦ blue 67

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

Shades of Brick Red #C92643

Tints of Brick Red #C92643

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 21.9%

R = 65.69%
G = 12.42%
B = 21.9%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.67

 K value IS 0.21

RGB Variations

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

Color information

#C92643 (or 0xC92643) is known color: Brick Red. HEX triplet: C9, 26 and 43. RGB value is (201,38,67). Sum of RGB (Red+Green+Blue) = 201+38+67=306 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.69% from 306); Green value is 38 (15.23% from 255 or 12.42% from 306); Blue value is 67 (26.56% from 255 or 21.90% from 306); Max value from RGB is 201 - color contains mainly: red. Hex color #C92643 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92643 is #36D9BC. Grayscale: #5A5A5A. Windows color (decimal): -3594685 or 4400841. OLE color: 4400841.

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

Color convert

RGB 201 38 67 -
CMYK 0 0.81 0.67 0.21
HSL 349.33º 0.68% 0.47% -
HSV(B) 349.33º 0.81% 0.79% -
XYZ 25.79 14.21 6.69 -
YUV 90.04 115 207.14 -
System Red Green Blue C M Y K H S L
Decimal 201 38 67 0 0.81 0.67 0.21 349.33 0.68 0.47
Hex C9 26 43 0 51 43 15 15D 44 2F
Octal 311 46 103 0 121 103 25 535 104 57
Binary 11001001 100110 1000011 0 1010001 1000011 10101 101011101 1000100 101111

Color Harmonies of #C92643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92643

Black with #C92643

Text Example


Text Example

White with #C92643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92643; }

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

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

background-color css

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

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

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

border-color css

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

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

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